Skip to content

Retained License#2

Merged
akash-coded merged 4 commits intoakash-coded:mainfrom
abhiraj2k:main
Feb 8, 2022
Merged

Retained License#2
akash-coded merged 4 commits intoakash-coded:mainfrom
abhiraj2k:main

Conversation

@abhiraj2k
Copy link
Contributor

No description provided.

@akash-coded akash-coded merged commit 6820656 into akash-coded:main Feb 8, 2022
@GantaGreeshma
Copy link

`public class Operations {
int b = 10;
int a = 20;

public static void main(String[] args) {
    Operations pp = new Operations();
    System.out.println("addition =" + (pp.a + pp.b));
    System.out.println("subtraction =" + (pp.a - pp.b));
    System.out.println("multiplication =" + (pp.a * pp.b));
    System.out.println("division =" + (pp.a / pp.b));
    System.out.println("modules =" + (pp.a % pp.b));
}

}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants