subject

ist questions 4 of them Write a program that will ask the user to input a number between 50 and 60. Give a response which tells the user if the number is “within range” or “too high” or “too low”. Write a program which will ask the user to enter two sports teams and a score for one followed by the score for the other. It should then calculate how many points each team will get (3 points for a win, 1 for a draw and 0 if they lose). Create a program which will ask the user to enter the number of questions in a test and also the number the student scored in that test. It should work out the percentage they scored. For instance if the student got 12 correct out of 20 then they scored 60%. It should also work out if they passed the test and show a suitable message if they got 50% or more in the test and a different message telling them they failed the test if they scored under 50%. Create a basic calculator interface that can perform addition, subtraction, multiplication and division. The program should ask the user which arithmetic operation they would like to perform, calculate the answer and then loop back to beginning to ask for another calculation.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 13:30
Asoftware company hired ray, a college graduate to work in their development team. ray is assigned to work in the coding phase of a project. what happens during the coding phase of a software development project? a. the customer receives a working model of the software. b. developers convert the program design into code. c. developers gather requirements directly from the stakeholders. d. testing teams check the product for quality.
Answers: 1
question
Computers and Technology, 23.06.2019 02:00
In the context of an internet connection, llc stands for leased line connection liability limited company local loop complex local loop carrier
Answers: 1
question
Computers and Technology, 23.06.2019 06:10
The head restraint should be adjusted so that it reaches a.the top of your ears b.the base of your skull c.the top of the head
Answers: 1
question
Computers and Technology, 23.06.2019 07:30
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits.now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order.finally, output thedigits in thearray.use at least two functions to organize your program.
Answers: 3
You know the right answer?
ist questions 4 of them Write a program that will ask the user to input a number between 50 and 60....
Questions
Questions on the website: 13722363