🔥 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

Free 51 Websites for Learning Education and Courses

🛑 లక్à°·à°²ు à°–à°°్à°šుà°ªెà°Ÿ్à°Ÿి à°•ాà°²ేà°œీà°²్à°²ో à°¨ేà°°్à°šుà°•ోà°²ేà°¨ి à°µిà°·à°¯ాలను, à°«్à°°ీà°—ా à°¨ేà°°్à°ªింà°šే 51 à°…à°¦్à°­ుతమైà°¨ à°µెà°¬్‌à°¸ైà°Ÿ్à°²ు ఇవే! 🛑 à°Žà°¡్à°¯ుà°•ేà°·à°¨్ and à°•ోà°°్à°¸ుà°²ు: Co...