9. consider the following code: int numCredit 75; string studentYear; if (numCredit > 90) studentYear = "senior": if (numCredit > 120) Console.WriteLine("student is ready to graduate"); else Console.WriteLine("ştudent needs more credit hours to graduate"); else Console.WriteLine("student is not senior"); After this code is executed, which text is displayed? senior O student is ready to graduate O student needs more credit hours to graduate O student is not senior
9. consider the following code: int numCredit 75; string studentYear; if (numCredit > 90) studentYear = "senior": if (numCredit > 120) Console.WriteLine("student is ready to graduate"); else Console.WriteLine("ştudent needs more credit hours to graduate"); else Console.WriteLine("student is not senior"); After this code is executed, which text is displayed? senior O student is ready to graduate O student needs more credit hours to graduate O student is not senior
Chapter2: Using Data
Section: Chapter Questions
Problem 1CP
Related questions
Concept explainers
Max Function
Statistical function is of many categories. One of them is a MAX function. The MAX function returns the largest value from the list of arguments passed to it. MAX function always ignores the empty cells when performing the calculation.
Power Function
A power function is a type of single-term function. Its definition states that it is a variable containing a base value raised to a constant value acting as an exponent. This variable may also have a coefficient. For instance, the area of a circle can be given as:
Question

Transcribed Image Text:9. consider the following code:
int numCredit = 75;
string studentYear:
if (numCredit >= 90)
studentYear = "senior";
if (numCredit >= 120)
Console.WriteLine("student is ready to graduate");
else
Console.WriteLine("ştudent needs more credit hours to graduate");
else
Console.WriteLine("student is not senior"):
After this code is executed, which text is displayed?
senior
student is ready to graduate
student needs more credit hours to graduate
student is not senior
MacBook Pro
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you

EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT

EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage

EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT

EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage

Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,

Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning

C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning