public class Test{ public static void main(String args[]){ Class2 Class2Object = new Class2(); System.out.println(Class2Object.toMilitary()); Class2Object.getTime(3, 59, 9); System.out.println(Class2Object.toMilitary()); }
}
import java.util.Scanner;
public class Test{ public static void main(String args[]){ Scanner iage = new Scanner(System.in); System.out.println("Hey ! Lets decide if you ae over or under a certain age"); int age = iage.nextInt(); System.out.println(age>50?"You ae over 50": "You ae under 50"); }
}
Defect management is essential part of Software Test Life Cycle (STLC), and it is essential to follow the Defect Management Flow. Here is the flow diagram for the same.