• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back


Commission percentage


Write a program to ask the user to enter:• TotalSalesThe commission is calculated as one percentage the total sales amount, all you need is to decide which percentage to use of the following:


نسبة العمولة


اكتب برنامجًا ليطلب من المستخدم إدخال: • إجمالي المبيعات يتم احتساب العمولة كنسبة مئوية واحدة من إجمالي مبلغ المبيعات، كل ما عليك هو تحديد النسبة التي ستستخدمها مما يلي:

او

ا

ا

Problem:Write a program to ask the user to enter:Pennies, Nickels, Dimes, Quarters, DollarsThen calculate the total pennies, total dollars and print them on screen giving that:

Simple calculator

5Problem: Write a program to ask the user to enter: Number1 Number 2 Operation Type Then perform the calculation according to the Operation Type as follows: "+": add the two numbers. "-": Subtract the two numbers. **": Multiply the two numbers. "/": Divide the two numbers.