C Programming

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

C Programming

Post by answerhappygod »

C Programming
C Programming 1
C Programming 1 (186.34 KiB) Viewed 37 times
Q1: The follow is the course schedule of next week. We hope to build a small project tohelp user to search the schedule by entering day (1-7) and time (0-23). Monday Written [8-10) [10-12) [12-14) [14-16) Math [16-18) Tuesday Chemistry Soccer Wednesday Math Thursday Friday Chemistry Swim Chinese Basketball For example: 1. If the user enter day as Monday and time as 9, then "It's Monday. You will have a written course at this moment." should be displayed on the monitor; 2. If the user enter day as Tuesday and time as 12, then "It's Tuesday. No course."should be displayed on the monitor; 3. If the user enter day as Wednesday and time as 14, then "It's Wednesday. Youwill have a math course at this moment." should be displayed on the monitor. 4. If the user enter day as Saturday/Sunday, then “It's Saturday/Sunday. Nocourse. It is weekend." should be displayed on the monitor.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply