Commit be5ddb16 authored by suleman.hussain's avatar suleman.hussain

21/2

parent 202ce822
import org.omg.CORBA.FloatSeqHelper;
public class App {
public static void main(String[] args) throws Exception {
System.out.println("Hello, World!");
int daysPerWeek=7;
int numberOfWeeks=6;
int totalDays= daysPerWeek * numberOfWeeks;
boolean onHoliday= false;
float approxPI= 3.14;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment