Q&A Discussions
Can anyone help me to code this
Write a method 'timesTable()' which accepts an integer value num from the keyboard and uses it to print 'times table' of itself in a structured format. Your output must include a header row. For example, if the user enters 5, your program's output should be:
5 Times Table
1 5 5
2 5 10
3 5 15
4 5 20
5 5 25
6 5 30
0 Votes
5 Answersusing a while loop create a guessing game program that keeps asking the user to enter a number until the user enters the number 7. You will need to create and initialise an int variable to zero. You can then use this variable as the condition in your while loop ( while the number is not equal to seven) Then in the while loop ask the user to enter a number and store the number entered in the number variable that is in the conditions of your loop.
0 Votes
1 AnswerHot today
Why is the output so high?
0 Votes
I'm a beginner
0 Votes
hilfe bei javascript einführung
1 Votes
list of list
0 Votes
Cant unlock practice
1 Votes
How can I get more hearts?
0 Votes
Views
0 Votes
symbols coad coach
0 Votes