Welcome Program for DLSU StudentWith the use of the Scanner class i was able to make a program that will get the name, college and block of the user. import java.util.Scanner; public class info { public static void main(String[ ] args) { Scanner skul=new Scanner(System.in);... more
| ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||


