Hello दोस्तों! आज मैं आपको इस पोस्ट में Addition of Two Number in Java in Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे,
तो चलिए शुरू करते हैं:-
Addition of Two Number in Java
public class Add Two Numbers
{
public static void main(String[] args)
{ int x,y,z;
int x=10;
int y=20;
z=x+y;
System.out.println(“z”)
}
}
Output:
Sum of these numbers: z=20
निवेदन:- अगर आपके लिए यह आर्टिकल useful रहा हो तो इसे अपने दोस्तों और classmates के साथ अवश्य share कीजिये, या अन्य विषयों से related कोई question हो तो नीचे कमेंट के द्वारा बताइए. thanks.