subject

Q3: Find the Largest Number The process of finding the largest value is used frequently incomputer applications. For example, a program that determines the winner of a sales contest wouldinput the number of units sold by each salesperson. The salesperson who sells the most units winsthe contest. Write a pseudocode program, then a Java application that inputs a series of 10 integersand determines and prints the largest integer. Your program should use at least the following three variables: counter: A counter to count to 10 (i. e., to keep track of how many numbers have been input and todetermine when all 10 numbers have been processed). number: The integer most recently input by the user. largest: The largest number found so far.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:50
Assume the existence of a bankaccount class. define a derived class, savingsaccount that contains two instance variables: the first a double, named interestrate, and the second an integer named interesttype. the value of the interesttype variable can be 1 for simple interest and 2 for compound interest. there is also a constructor that accepts two parameters: a double that is used to initialize the interestrate variable, and a string that you may assume will contain either "simple", or "compound", and which should be used to initialize the interesttype variable appropriately. there should also be a pair of functions getinterestrate and getinteresttype that return the values of the corresponding data members (as double and int respectively).
Answers: 2
question
Computers and Technology, 22.06.2019 23:30
For her science class, elaine is creating a presentation on weather in the united states. she wants to make the presentation beautiful and interesting by drawing simple cloud or wave shapes. which is the best way for elaine to draw these shapes?
Answers: 1
question
Computers and Technology, 23.06.2019 05:00
Jason works as an accountant in a department store. he needs to keep a daily record of all the invoices issued by the store. which file naming convention would him the most?
Answers: 2
question
Computers and Technology, 23.06.2019 05:00
In cell b18, enter a formula to calculate the amount budgeted for meals. this amount is based on the daily meal allowance and the total travel days (# of nights+1).
Answers: 1
You know the right answer?
Q3: Find the Largest Number The process of finding the largest value is used frequently incomputer a...
Questions
question
Chemistry, 04.02.2022 08:30
Questions on the website: 13722362