subject

The following algorithm should output the t times table in the format:
1 x 8 = 8
2 x 8 = 16
3 x 8 = 24 … (up to 12x)
correct errors in the pseudocode and complete the output statement.
t = int(input(“enter the times table you want to output: ”))
for x = 1 to 12
p = t * t output statement using p needed here
next x
print( )

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 04:30
Fall protection, confined space entry procedures, controlled noise levels, and protection from chemical hazards are some of the things that contribute to a safe and
Answers: 1
question
Computers and Technology, 25.06.2019 01:30
What controls can be found on the file tab of microsoft word
Answers: 1
question
Computers and Technology, 25.06.2019 10:20
Write a program that lets the user play the game of rock, paper, scissors against the computer. the program should work as follows. 1. when the program begins, a random number in the range of 1 through 3 is generated. if the number is 1, then the computer has chosen rock. if the number is 2, then the computer has chosen paper. if the number is 3, then the computer has chosen scissors. (don’t display the computer’s choice yet.) 2. the user enters his or her choice of “rock”, “paper”, or “scissors” at the keyboard. (you can use a menu if you prefer.) 3. the computer’s choice is displayed. 4. a winner is selected according to the following rules: • if one player chooses rock and the other player chooses scissors, then rock wins. (the rock breaks the scissors.) • if one player chooses scissors and the other player chooses paper, then scissors wins. (scissors cuts paper.) • if one player chooses paper and the other player chooses rock, then paper wins. (paper wraps rock.) • if both players make the same choice, the game must be played again to determine the winner. be sure to divide the program into functions that perform each major task. include the code and the console output from running your program with test inputs in your report.
Answers: 3
question
Computers and Technology, 26.06.2019 10:40
Which type of ics facility is used to temporarily position and account for personnel, supplies, and equipment awaiting assignment? a. staging area b. incident command post c. incident base d. camp
Answers: 1
You know the right answer?
The following algorithm should output the t times table in the format:
1 x 8 = 8
2 x...
Questions
question
History, 11.10.2021 03:00
question
English, 11.10.2021 03:00
question
Mathematics, 11.10.2021 03:00
question
Chemistry, 11.10.2021 03:00
question
Mathematics, 11.10.2021 03:00
question
Computers and Technology, 11.10.2021 03:00
question
Computers and Technology, 11.10.2021 03:00
question
English, 11.10.2021 03:10