You are on page 1of 1

EASTERN SAMAR STATE UNIVERSITY

College of Computer Studies


Bachelor of Science in Information Technology

Exercise No : 1

Title : Registration Form

Name : RODJEAN A. SIMBALLA Course & Section : BSIT 1-D Date :____________ Rating :_________

Source Code :

class RegistrationForm{
public static void main(String[]args){
System.out.println(“ COLLEGE OF COMPUTER STUDIES “);
System.out.println(“ Bachelor of Science in Information Technology “);
System.out.println(“ ID No: 19-05453 Name : Simballa , Rodjean A. (BSIT 1-D) “);
System.out.println(“-------------------------------------------------------------------------------“);
System.out.println(“|CodeSubject |Description |Units|”);
System.out.println(“-------------------------------------------------------------------------------“);
System.out.println(“|Comp 122 |Data Structures and Algorithm | 3 |“);
System.out.println(“|SCI 122 CCS |Science Technology & Society | 3 |“);
System.out.println(“|PE 121 CCS |Rythmic Activities | 3 |“);
System.out.println(“| | | |”);
System.out.println(“-------------------------------------------------------------------------------“);
}
}

You might also like