Test Case - 7
Problem Set 4.3.1: Test Case (Class)
Check Odd/Even for an Integer Number.
Check Odd/Even for 5 Integer Numbers.
Check Odd/Even for T Integer Numbers.
Check Odd/Even until negative input.
Check Odd/Even until the end of file.
Demonstration of:
Break Test Case Loop on a Condition.
Printing Case Number.
No New Line at the last output.
No Comma at the last output.
Problem Set 4.3.2: Test Case (Practice) [3]
Check whether a Year is a Leap Year or Not.
Check Leap Year or Not for 5 Years.
Check Leap Year or Not for T Years.
Check the Leap Year or Not until there is negative input.
Check Leap Year or Not until the end of file.
Problem Set 4.3.3: Test Case (Practice) More Exercise (End of File, Termination Condition) [4]
Summation of N Number (No Array) (Take Input of a Number in each iteration)
Average of N Number (No Array) (Take Input of a Number in each iteration)
Find the Maximum between N Numbers. (No Array) (Take Input of a Number in each iteration)
Find the Minimum between N Numbers. (No Array) (Take Input of a Number in each iteration)
Last updated