Akshay Kannan posted an update — Dec 14, 2019 09:52 AM EST Java skeleton for prob 2 I used: package my.process; import my.home.*; public class MyFirstProgram { public static void main(String[] args) { for (int i=1; i<101;i++){ System.out.println(i); } } } Log in or sign up for Devpost to join the conversation.
Akshay Kannan posted an update — Dec 14, 2019 09:52 AM EST Java skeleton for prob 2 I used: package my.process; import my.home.*; public class MyFirstProgram { public static void main(String[] args) { for (int i=1; i<101;i++){ System.out.println(i); } } } Log in or sign up for Devpost to join the conversation.
Log in or sign up for Devpost to join the conversation.