Skip to content

Commit

Permalink
Merge pull request #3 from yashmsonkusare/patch-1
Browse files Browse the repository at this point in the history
All methods are called in the main method
  • Loading branch information
yashtechnoforte authored Dec 21, 2022
2 parents 734ce32 + 7309cf2 commit f80eae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Practice3.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ public static void main(String[] args) {
int b=sc.nextInt();
System.out.println(a+b);
Practice3.multiplication();
Practice3.addition();
Practice3.substraction();
}
public static void multiplication(){
System.out.println("Multiplication");
Expand Down

0 comments on commit f80eae7

Please sign in to comment.