Inspiration
Project
Our project
Project
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.
Leave feedback in the comments!
Log in or sign up for Devpost to join the conversation.
Log in or sign up for Devpost to join the conversation.