Question: Question 3 ( 1 0 MARKS ) :: Write a C# program using a switch - case statement that prints the name of a day

Question 3(10 MARKS)::
Write a C# program using a switch-case statement that prints the name of a day of the
week based on the number entered by the user (1 for Monday, 2 for Tuesday, and so on).
Expected Output:
Input: 3 Output: Wednesday
Input: 7 Output: Sunday
Question 4(10 MARKS)::
Write a C# program to format and display the number as currency with
two decimal places and a currency symbol (e.g., or ).
Expected Output:
$12345.68 or RM12345.68
Plz answer this question ASAP i really need it thank you so much for help me.
Question 3 ( 1 0 MARKS ) :: Write a C# program

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!