Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

45 (15 points) The program below is used to determine which book a student shoul buy depending on which CISB course you are taking. For

image text in transcribed

45 (15 points) The program below is used to determine which book a student shoul buy depending on which CISB course you are taking. For this example, you cannot take two of the CISB courses at the same time. CISB 101 - MS Office CSCI 210 - Using MIS CSCI 331 - Advanced Business Programming Complete the program by writing an if, if-else, or if-else-if statement to assign the book title based on the course. namespace WhichTextbegk \{ public class Program \{ public static void main (String [] argg) f string textbook; Gonglle. Write ("Enter a course \#: "); Gonggle. Writeline(" (101, 210, etc.):"); string course = Console.ReadLine (); // if statement to determine textbook for // course // end of if statement for textbook Gonshle.hriteline ("For CISB " + course +, buy " textbook); \}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Application Development And Design

Authors: Michael V. Mannino

1st Edition

0072463678, 978-0072463675

More Books

Students also viewed these Databases questions