1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
lidiya [134]
3 years ago
14

CAN SOMEONE PLEASE HELP ME OUT I REALLY NEED THE ANSWER!

Computers and Technology
1 answer:
Lemur [1.5K]3 years ago
6 0

Answer:

This will work for most languages, but this is mainly for c#. Double check what language your using before putting in this answer.

          Console.WriteLine("What grade are you in?");

           int grade = Convert.ToInt32(Console.ReadLine());

           if (grade == 9)

           {

               Console.WriteLine("Freshman");

           }

           if (grade == 10)

           {

               Console.WriteLine("Sophomore");

           }

           if (grade == 11)

           {

               Console.WriteLine("Junior");

           }

           if (grade == 12)

           {

               Console.WriteLine("Senior");

           }

           if (grade < 8)

           {

               Console.WriteLine("Not in High School");

           }

Explanation:

The first line asks what grade are you in, then when the user types in the grade it saves it in a variable. We then use that variable for the conditionals. The conditional states, whatever grade level your in, it prints your high school year title. If anything is lower than 8, it will print not in high school.

You might be interested in
You should use a ____ chart to compare values side by side, broken down by category.
Zinaida [17]
You should use a BAR chart to compare values side by side, broken down by category.
7 0
3 years ago
the header, in an academic report, typically contains the author’s name and the current page number true or false
kolbaska11 [484]
TRUE

True


In most academic reports, most specifically, an MLA academic report, Student’s last name and current page number is contained in the headers. In MLA, which is most common used formatting guide in academic reports, headers numbers all pages consecutively within the right margin.


6 0
3 years ago
The objects that you place on master pages are called _____.
Studentka2010 [4]
The answer to this is A.
3 0
4 years ago
Use the writeln() method of the document object to display the current platform in a tag in the webpage. Hint: The platform prop
Allisa [31]

Using the knowledge in computational language in JAVA it is possible to write a code that the document object to display the current platform in a tag in the webpage

<h3>Writting the code in JAVA:</h3>

<em> <TABLE></em>

<em>      <ROWS> </em>

<em>      <TR> </em>

<em>      <TD>Shady Grove</TD></em>

<em>      <TD>Aeolian</TD> </em>

<em>      </TR> </em>

<em>      <TR></em>

<em>      <TD>Over the River, Charlie</TD></em>

<em>      <TD>Dorian</TD> </em>

<em>      </TR> </em>

<em>      </ROWS></em>

<em>      </TABLE></em>

<em>    </em>

<em />

See more about JAVA at brainly.com/question/12975450

#SPJ1

3 0
2 years ago
Which type of movement lets the player control an object's movement?
Levart [38]
X and y imposed axis
7 0
3 years ago
Other questions:
  • Which company provides the Loki Wi-Fi mapping service?
    10·1 answer
  • Anyone want to talk?
    13·2 answers
  • Which of the following statements about moving averages is not true?
    12·1 answer
  • Suppose the work required to stretch a spring from 1.1m beyond its natural length to a meters beyond its natural length is 5 J,
    14·1 answer
  • Common types of possessed objects are smart cards, rfid-encoded badges, magnetic cards, ____, and smartphones that are swiped th
    7·1 answer
  • Write a program that implement a bubble sort ?
    5·1 answer
  • Which of the following information should be included in audit documentation? a. Procedures performed. b. Audit evidence examine
    13·1 answer
  • The component of a computer that provides the cpu with a working storage area for program instructions and data is called the __
    10·2 answers
  • Which of the following is the correct financial function that returns the periodic payment for a loan?
    10·1 answer
  • How do professionals address their problems?
    14·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!