ارجو المساعدة في حل الواجب

شهدد • منذ 5 سنوات

 

  1. Create a class Called  ClassName (if your name is Amira, the class will have as name: ClassAmira)
  2. Create a function called  OddEven(int n)  which for numbers from 0 to n prints the string “odd” if the number  is odd and the string “even” if the number is even (a number n is even if n%2=0, a number n is odd if n%2 !=0)
  3. Create a method called Display(int n) which prints all the numbers from 0 to n.
  4. Create a function called Min(int n1, int n2) which returns the minimum number between n1 and n2.
  5. Create a method called DisplayName()  which prints your name in the screen.
  6. Create a function called NumberofLetters() which returns the number of letters of your name
  7. Create the main method in which:
  • Ask the user to enter an input (number called num1)
  • Revoke the function OddEven  to print even or odd according to the number entered by the user (num1)
  • Revoke the function Display to print all the numbers from 0 to the number entered by the user (num1).
  • Ask the user to enter an input (number called num2)
  • Display the minimum between num1 and num2 (call the function Min)
  • Call the method DisplayName to print your name
  • Display the number of letters of your name (call the function NumberofLetters)

 

 

 

 

 

 

 

 

 

 

كلمات دليلية: function -

ساعد بالإجابة

"إن في قضاء حوائج الناس لذة لا يَعرفها إلا من جربها، فافعل الخير مهما استصغرته فإنك لا تدري أي حسنة تدخلك الجنة."

لايوجد لديك حساب في عالم البرمجة؟

تحب تنضم لعالم البرمجة؟ وتنشئ عالمك الخاص، تنشر المقالات، الدورات، تشارك المبرمجين وتساعد الآخرين، اشترك الآن بخطوات يسيرة !