Engineer...Mechanic,Tire creator etc
<span>import java.util.Scanner;
public class PrintWithComma {
public static void main (String [] args) {
final int NUM_VALS = 4;
int[] hourlyTemp = new int[NUM_VALS];
int i = 0;
hourlyTemp[0] = 90;
hourlyTemp[1] = 92;
hourlyTemp[2] = 94;
hourlyTemp[3] = 95;
/* Answer */
System.out.println("");
return;
}
}</span>
idNumber = "123456"
idNo = input("Enter the unique ID number: ")
while idNumber != idNo:
print("This is not your ID number.")
idNo = input("Enter the unique ID number: ")
print("This is your ID number: ", idNo)
Output:
sh-4.3$ python3 main.py
Enter the unique ID number: 2345
This is not your ID number.
Enter the unique ID number: 4563
This is not your ID number.
Enter the unique ID number: 12345
This is not your ID number.
Enter the unique ID number: 123456
This is your ID number: 123456
Aerodynamic- Wind turbine, computational fluid dynamics, and Wind power
Hydrodynamics- Computational Fluid Dynamics, Hydraulics, and Microfluidics