Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.util.Scanner;
- public class Program {
- public static void main(String[] args) {
- // Mattie & Tailer
- // 4th Period
- //Tire Pressure 1
- Scanner sc = new Scanner(System.in);
- int x;
- System.out.println("What is tire pressure at?");
- x=sc.nextInt();
- if(x<25) {
- System.out.println ("TIRE LOW");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment