🔥 Welcome to my blog! Latest updates available now. Visit daily! 🔥 🔥 Click Here for Latest Updates – Visit My Blog 🔥
🔥 Latest Updates 📊 GP Grade Finder 📢 Government Services Info 🆕 New Schemes Updates

2.Addition of two numbers in C,Java,&Python

 

SecPro.java


 java.util.*;


public class Main {

    public static void main(String[] args) {

     int a=10;

     int b=20;

     int c=a + b;

     System.out.print(c);

  }

}


Output


30


SecPro.py


a=10;

b=20;

print(a+b)


Output

30


SecPro.c


#include <stdio.h>

int main()

{

  int a=10,b=20,c;

  c=a+b;

  printf("addition of two numbers is%d",c);

}


Output:

addition of two numbers is:30

No comments:

Post a Comment

Thank you Very Much.For Given Comment

House Tax Properties change option enabled

-->à°¸్వర్à°£ à°ªంà°šాయతీ à°¸ైà°Ÿ్ à°¨ంà°¦ు à°‡ంà°Ÿి పన్à°¨ు (House Tax) à°¸ంà°¬ంà°§ిà°¤ à°¡ేà°Ÿా à°Žంà°Ÿ్à°°ీà°²ో à°•్à°°ింà°¦ి à°µివరాà°²ు తప్à°ªుà°—ా నమోà°¦ు à°…à°¯ిà°¨ à°¸ందర్à°­ాà°²్à°²ో సరిà°šేà°¸ుà°•ుà°¨ేంà°¦ుà°•ు ...