问题描述
我需要帮助来创建这个程序:
这个程序将按照以下顺序接收用户输入:
1.售出的门票数量。
2.票房收入的百分比用于管理费用。此输入将以百分比格式输入,您的程序必须将其转换为小数部分
3.分配的奖金总额。
4.足球队名称。
该计划将按以下顺序输出以下信息:
1足球队名称
2门票销售产生的总收入。每张门票的价格目前固定为10.00美元
3行政管理费用总额
4总金额奖金开销
5足球基金剩余的余额。
可以帮我一个人帮助我,我会很高兴。我是刚开学的学生在c ++编程中所以有人可以帮助我谢谢
I need help to create this program:
This program will take user input in the folowing order:
1.number of tickets sold.
2.percentage of ticket revenue which goes to administrative costs.This input will be enter in percent format,your program must convert this to a decimal fraction
3.Total amount of prize money distributed.
4.name of soccer team.
The program will output the following information in the following order:
1 Name of soccer team
2 Total revenue generated from tickets sales.The price of each ticket is currently fixed at $10.00
3 Total amount of administrative overhead
4 Total amount of prize money overhead
5 Balance remaining for the soccer fund.
can some one help me out there i will apreciatded.I''m a student that just started in c++ programing so can some one help me Thank you
推荐答案
我应该为此程序使用什么代码?
What code should i use for this program?
这篇关于我需要一份帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!