Social Sciences, asked by ak47gamer9800, 2 days ago

क्रियाकलाप उनीहरूले कहिले समाज निर्माणका अन्य आधारहरू छलफल गरी लेख्नुहोस् । (एक्लैले अभ्यास 1 माजको रूपमा तलका प्रश्नहरूको उत्तर लेख्नुहोस् १. समाज निर्माणका आधारहरूको संक्षिप्तमा चर्चा गर्नुहोस् । २. “सामाजिक परम्परा तथा सामूहिक जिम्मेवारी समाज निर्माणका प्रमुख आधारहरू हुन् । उदाहरणसहित पुष्टि गर्नुहोस् । तपाईं बसेको समाजलाई एक आदर्श समाज बनाउन तपाइँको भूमिका के हुन्छ ? उल्लेख गर्नुहोस्। ४. आफ्नो समाजलाई एकताबद्ध रूपमा अगाडि बढाउनका लागि के के कुराको आवश्यकता पर्छ ? बुंदागत रूपमा उल्लेख गर्नुहोस् । ५. समाज निर्माण गर्नका लागि पारस्परिक सम्मान किन आवश्यक पर्छ ? माजको हरेक कारको त्यसैले सामुदायिक कार्य नन गर्नहोस । समान भाव 7 लागि आउने समाज मनेको​

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