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.
 
        
             
        
        
        
Answer:Title
Explanation: Title is basically considered as the "heading" or the "topic" that is used for giving the hint about the content or visual. In context with the visual ,which is the piece of display where title determines about the reason of visual and also hints about the content .It also gives the reference number that a person assign to the visual.
 
        
             
        
        
        
The type of service offers a preconfigured testing environment for application developers to create new software applications is  Software as a Service (SaaS).
<h3>What is software as a service SaaS?</h3>
Software as a service (SaaS) is known to be a type of service that gives its users the ability to be able to link to and also use cloud-based apps in course of the Internet.
Conclusively, The type of service offers a preconfigured testing environment for application developers to create new software applications is  Software as a Service (SaaS) as it gives its best service.
Learn more about application developers  from
brainly.com/question/11352260
#SPJ1
 
        
             
        
        
        
ARPANET would not carry it