An example of software is a spreadsheet :)
Answer:
Following are the program in java is given below
import java.util.*; // import package
public class Main // main class
{
public static void main(String[] args) // MAIN FUNCTION
{
Scanner scan2 = new Scanner(System.in);// scanner CLASS
System.out.println("Enter the Grade ");
char GRADE = scan2.next().charAt(0);//Read input by user
if(GRADE=='A' || GRADE=='B' || GRADE=='C' || GRADE=='D' || GRADE=='F' ) // //CHECK CONDITION
{
System.out.println("The GRADE is :" +GRADE); // display grade
}
else // Else block
{
System.out.println(" Input Error"); // display message
}
}
}
Output:
Enter the Grade
D
The GRADE is :D
Explanation:
Following are the description of program
- Create the object of scanner class for read the value of grade by the user .
- Read the value of "GRADE" variable by using the scanner class object scan 2
- Now check the condition in if block if the "GRADE" is 'A' or 'B' or 'C' or 'D' or 'F' then display the value of the GRADE variable otherwise else block is executed and input error message is displayed .
Prior to purchasing the universal garage door remote, verify the brand and model number of the garage door opener are included, and that the frequencies of the opener and the universal remote match. Find the brand and model number that matches the garage door opener. Key that code into the remote and press enter. Test the garage door by pressing the button on the remote. If the code works, the garage door opens and closes on cue
Explanation:
Las tecnologías sostenibles son aquellas que emplean menos energía para realizar los procesos, emplean una cantidad menor de recursos limitados y, en definitiva, no agotan los recursos naturales tanto en su creación, puesta en marcha o utilización