Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 324 Bytes

Programming_Fundamentals

2nd Semester Practice Questions in JAVA | November 2021 This includes all the practice Questions and Assignment Questions of my Second semester.

public class abc{
public static void main(String [] args){
System.out.println("Shahzaneer Ahmed taking on Programming Fundamentals!");
}
}