Development Use Case 11 15
Development Use Case 11 15
Declare the following with the respective datatype for the variable
Age = 29
Department = CSE
Course = Salesforce
Declare the access modifier in class to private/protected. Check whether it throws any
error
Integer c;
c = a + b;
System.debug(c);
//Integer c;
c = a - b;
System.debug(c);