Social Sciences, asked by umashankeryadav215, 15 hours ago

औद्योगिक और सेवा क्षेत्रक में काम करने वाले लोगों को भोजन की आवश्यकता होती है। कल्पना करें कि यदि ट्रांसपोर्टरों ने हड़ताल कर दी है और ग्रामीण क्षेत्रों से सब्जियाँ, दूध इत्यादि ले जाने से इंकार कर दिया, तो क्या होगा? शहरी क्षेत्रों में भोजन की कमी हो जाएगी और किसान अपने उत्पाद बेचने में असमर्थ हो जायेंगे।​

Answers

Answered by smeetpatel2811
0

Answer:

Define a class numeral, described as below:

Data members:

num (int)

Member methods:

i) Numberal () - constructor to initialize member data to null .

ii) Accept () - to accept a value for the member data from the user.

iii) int Summation - to calculate and return the value of summation of num where –

(summation of num ) = 1+2+3…..+ num.

iv) int sumDigit () - to calculate and return the sum of the digits num.

Explanation:

Define a class numeral, described as below:

Data members:

num (int)

Member methods:

i) Numberal () - constructor to initialize member data to null .

ii) Accept () - to accept a value for the member data from the user.

iii) int Summation - to calculate and return the value of summation of num where –

(summation of num ) = 1+2+3…..+ num.

iv) int sumDigit () - to calculate and return the sum of the digits num.

Similar questions