Please look over and construct a solution for #1 and #2
public static void main(String args[]){
int a,b,c; // We define variables of type integer namned a, b, and c.
try { // We set up the try check block. We will be looking for an invalid value for integer c
a=0; // Now we assign values to the variables.