subject

NEED HELP ASAP JAVA multiple choice
What is output to the screen by the following code?
int num = 1987;
while (num > 0)
{
num = num / 10;
System. out. print(num % 10 + " ");
}
A. 7 8 9 1
B. 19 100
C. The loop will not terminate.
D. 198 19 10
E.8 9 10

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:40
Assume that there is a 4% rate of disk drive failure in a year. a. if all your computer data is stored on a hard disk drive with a copy stored on a second hard disk drive, what is the probability that during a year, you can avoid catastrophe with at least one working drive? b. if copies of all your computer data are stored on three independent hard disk drives, what is the probability that during a year, you can avoid catastrophe with at least one working drive?
Answers: 1
question
Computers and Technology, 24.06.2019 15:00
Universal windows platform is designed for which windows 10 version?
Answers: 1
question
Computers and Technology, 24.06.2019 22:00
Ican’t open these when it’s just a comment. someone pls explain why this is happening
Answers: 1
question
Computers and Technology, 25.06.2019 18:00
Bigmart supermarket has different ways of awarding discounts to its customers for each purchase they make. an 8 percent discount is given on the total value of the purchase. in addition, a standard loyalty discount is given if customers have a permanent customer id card. your program should indicate the amount payable by the customer after the discounts. identify the inputs that the program requires from these options: i. the discount percentage ii. the total value of the purchase iii. the loyalty-discount amount iv. the customer id card number v. the amount payable after discount
Answers: 2
You know the right answer?
NEED HELP ASAP JAVA multiple choice
What is output to the screen by the following code?
Questions
question
Mathematics, 17.03.2020 05:40
Questions on the website: 13722362