Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
Polymorphism
flowchart
Home
Questions
Questions
Study lists
adnan Questions
156 Questions
Danielle, Edward, and Francis are three salespeople at Holiday Homes. Write an application named HomeSales that prompts the user for a salesperson initial (D, E, or F). Either uppercase or lowercase initials are valid. While the user does not type Z, continue by prompting for the amount of a sale
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
242
Write an application named DailyTemps that continuously prompts a user for a series of daily high temperatures until the user enters a sentinel value. Valid temperatures range from −20 through 130 Fahrenheit. When the user enters a valid temperature
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
194
Write an application named EnterUppercaseLetters that asks the user to type an uppercase letter from the keyboard. If the character entered is an uppercase letter, display OK; if it is not an uppercase letter, display an error message
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
174
Write an application named SumInts that allows the user to enter any number of integers continuously until the user enters 999. Display the sum of the values entered, not including 999
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
111
Write an application named SumFiveInts that allows the user to enter five integers and displays their sum
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
142
Create an enumeration named Planet that holds the names for the eight planets in our solar system, starting with MERCURY and ending with NEPTUNE. Write a program named Planets that prompts the user for a numeric position, and display the name of the planet that is in the requested position
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
197
Create an enumeration named Month that holds values for the months of the year, starting with JANUARY equal to 1. Write a program named MonthNames that prompts the user for a month integer. Convert the user’s entry to a Month value, and display it
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
123
Write a program named FahrenheitToCelsius that accepts a temperature in Fahrenheit from a user and converts it to Celsius by subtracting 32 from the Fahrenheit value and multiplying the result by 5/9. Display both values to one decimal place
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
131
Write a program named TestsInteractive that prompts a user for eight test scores and displays the average of the test scores to two decimal places
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
146
Write a program named MakeChange that calculates and displays the conversion of an entered number of dollars into currency denominations—twenties, tens, fives, and ones. For example, $113 is 5 twenties, 1 ten, 0 fives, and 3 ones
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
349
Modify the Eggs program to create a new one named EggsInteractive that prompts the user for and accepts a number of eggs for each chicken
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
195
Write a program named Eggs that declares four variables to hold the number of eggs produced in a month by each of four chickens, and assign a value to each variable. Sum the eggs, then display the total in dozens and eggs. For example, a total of 127 eggs is 10 dozen and 7 eggs
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
263
Malcolm Movers charges a base rate of $200 per move plus $150 per hour and $2 per mile. Write a program named MoveEstimator that prompts a user for and accepts estimates for the number of hours for a job and the number of miles involved in the move and displays the total moving fee
c# programming
2022-11-29
Answers
30
Question
40
Followers
30
0
1
230
Total:
156
Previous
8
9
10
11
12
Next
Go