اذهب إلى المحتوى

Mohannad الجرجاوي

الأعضاء
  • المساهمات

    3
  • تاريخ الانضمام

  • تاريخ آخر زيارة

إنجازات Mohannad الجرجاوي

عضو مبتدئ

عضو مبتدئ (1/3)

0

السمعة بالموقع

  1. ممكن حل الأسئلة هذه ممكن حل الأسئلة بأسرع وقت ، لأننني مضطر و كان معي أمور صعبة ، وشكرا
  2. (1) Write a program to calculate the sum of the series: 1/2 + 2/3 + 3/4 + 4/5 + ... + 99/100. (2) Write a program to calculate the sum of the squares of all even numbers from 1 to 50, and print the result. (3) Write a program that prints the odd numbers from 200 to -200 in descending order. (4) Write a program which repeatedly reads numbers until the user enters "done". Once "done" is entered, print out the total, count, and average of the numbers. If the user enters anything other than a number, detect their mistake using try and except and print an error message and skip to the next number.
  3. (1) Health application: Body mass index (BMI) is a measure of health based on weight. It can be calculated by taking your weight in kilograms and dividing it by the square of your height in meters. BMI = weight in kg / height^2 in m Write a program that prompts the user to enter a weight in pounds and height in inches and displays the BMI. 1 pound = 0.45359237 kilograms 1 inch = 0.0254 meters
×
×
  • أضف...