C++Programe find the absolute value of a number entered by the user

by Daily current affairs in Hindi
0 comment
C++Programe find the absolute value of a number entered by the user

C++Programe find the absolute value of a number entered by the user,c programming language, c++ programming,code with c, learn c programming, c++ programming language ,C++ लैंग्वेज एक प्रोग्रामिंग लैंग्वेज है जिसका यूज़ करके हम एप्लीकेशन बना सकते है. इस यूनिक्स ऑपरेटिंग सिस्टम को दुबारा  लिखने के लिए develop किया गया था क्योकि यूनिक्स ऑपरेटिंग सिस्टम  (Unix Oprating Sysytem) को B लैंग्वेज में लिखा गया था

आज आप इस पोस्ट में C++ के बारे में और उसके प्रोग्राम को पड़ सकते है. और देख सकते है.

C++ एक मिड लेवल लैंग्वेज है जो की लौ लेवल और हाई लेवल लैंग्वेज दोनों पर ही कार्य करती है.

C++ में आप प्रोग्राम को सीखकर बढ़िया सॉफ्टवेयर , एप्लीकेशन आदि बना सकते है इस पोस्ट में आप ज्यादातर प्रोग्राम को देख सकते है.

banner

C++ लैंग्वेज ज्यादा यूज़ किये जाने वाली लैंग्वेज है.

C++Programe find the absolute value of a number entered by the user

#include<iostream>

using namespace std;

int main()

{

          int a;

         cout<<”Enter any number:”;

         cin>>a;

         if(a>0)

          cout<<”The absolute value of number is :”<<a;

   else

          cout<<”The absolute value of number is:”<<-(a);

return 0;

}


Output:—

SAMPLE RUN # 1

Enter any number:-57

The absolute value of number is:57

SAMPLE RUN # 2

Enter any number:50

The absolute value of number is:52

C++Programe find the absolute value of a number entered by the user

C++Programe find the absolute value of a number entered by the user,rate and time from user and print the simple interest,C++ Programe to Calculate area of circle,c programming language, c++ programming,code with c, learn c programming,

c programming tutorial, learn c++,c++ for beginners, c++ programming language, c++ language pdf,hello world program in c,



 ALL C++ PROGRAME’S

C++ Programe to Calculate area of circle,c programming language, c++ programming,code with c, learn c programming, c++ programming language ,C++ लैंग्वेज एक प्रोग्रामिंग लैंग्वेज है जिसका यूज़ करके हम एप्लीकेशन बना सकते है. इस यूनिक्स ऑपरेटिंग सिस्टम को दुबारा  लिखने के लिए develop किया गया था क्योकि यूनिक्स ऑपरेटिंग सिस्टम  (Unix Oprating Sysytem) को B लैंग्वेज में लिखा गया था

आज आप इस पोस्ट में C++ के बारे में और उसके प्रोग्राम को पड़ सकते है. और देख सकते है.

C++ एक मिड लेवल लैंग्वेज है जो की लौ लेवल और हाई लेवल लैंग्वेज दोनों पर ही कार्य करती है.

C++ में आप प्रोग्राम को सीखकर बढ़िया सॉफ्टवेयर , एप्लीकेशन आदि बना सकते है इस पोस्ट में आप ज्यादातर प्रोग्राम को देख सकते है.

C++ लैंग्वेज ज्यादा यूज़ किये जाने वाली लैंग्वेज है.

You may also like

Leave a Comment

currentquestionlogoo

Currentquestion is the Best Education and Article Website.

The only objective of this website is that every student gets good education and students can see and download the student question answer and pdf from this website.

Currentquestion!

Edtior's Picks

Latest Articles

©2023. All Right Reserved. Currentquestion

Current Affairs, Raj. GK, PDF Download,

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

Privacy & Cookies Policy