(Solved) : Write Program Named Hoursandminutes Declares Minutes Variable Represent Minutes Worked Job Q44015740 . . .
Write a program named HoursAndMinutes that declares aminutes variable to represent minutes worked on a job, and assign avalue to it.
Display the value in hours and minutes. For example, if98 is assigned to the minutes variable, the outputwould be: 98 minutes is 1 hours and 38minutes.
Note: For final submission assign 197 to theminutes variable
Programming Exercise 2-7 structions HoursAndMinutes.cs + 1 using System; 2 using static System.Console; 3 class HoursAndMinutes Write a program named HoursAndMinutes that declares a minutes variable to represent minutes worked on a job, and assign a value to it. static void Main() Display the value in hours and minutes. For example, if 98 is assigned to the minutes variable, the output would be: 98 minutes is 1 hours and 38 minutes. 9 } Note: For final submission assign 197 to the minutes variable Grading When you have completed your program, click the Submit button to record your score. Show transcribed image text Programming Exercise 2-7 structions HoursAndMinutes.cs + 1 using System; 2 using static System.Console; 3 class HoursAndMinutes Write a program named HoursAndMinutes that declares a minutes variable to represent minutes worked on a job, and assign a value to it. static void Main() Display the value in hours and minutes. For example, if 98 is assigned to the minutes variable, the output would be: 98 minutes is 1 hours and 38 minutes. 9 } Note: For final submission assign 197 to the minutes variable Grading When you have completed your program, click the Submit button to record your score.
Expert Answer
Answer to Write a program named HoursAndMinutes that declares a minutes variable to represent minutes worked on a job, and assign …
OR