Challenge: Order Information
Tarefa
Swipe to start coding
Complete the code to declare variables with explicit types and print order information.
- Declare an
intvariable for order number and assign1001; - Declare an
intvariable for quantity and assign3; - Declare a
longvariable for price per item and assign5000; - Calculate the total order price by multiplying quantity by price per item, and store the result in a
longvariable; - Use
Console.WriteLineto print the order number, quantity, price per item, and total price, each on a separate line.
Example output:
Order number: 1001
Quantity: 3
Price per item: 5000
Total price: 15000
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 3
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Incrível!
Completion taxa melhorada para 1.25
Challenge: Order Information
Deslize para mostrar o menu
Tarefa
Swipe to start coding
Complete the code to declare variables with explicit types and print order information.
- Declare an
intvariable for order number and assign1001; - Declare an
intvariable for quantity and assign3; - Declare a
longvariable for price per item and assign5000; - Calculate the total order price by multiplying quantity by price per item, and store the result in a
longvariable; - Use
Console.WriteLineto print the order number, quantity, price per item, and total price, each on a separate line.
Example output:
Order number: 1001
Quantity: 3
Price per item: 5000
Total price: 15000
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 3
single