我需要一份帮助 [英] I need help with a assigment

查看:68
本文介绍了我需要一份帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要帮助来创建这个程序:

这个程序将按照以下顺序接收用户输入:

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

推荐答案

10。 00

3行政管理费用总额

4总奖金总额

5足球基金余额。


可以帮助我一些人,我会很高兴。我是刚开始用c ++编程的学生,所以有人可以帮助我谢谢你
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


开始通过编写一个基本程序来获取用户输入并使用cin和cout将其显示回用户。


一旦你完成这项工作,你就可以开始通过以下方式将数据操作到所需的表格了问题。
Start by writing a basic program that takes user input and displays it back to the user using cin and cout.

Once you have this working you can start on manipulating the data to the desired form by the question.



首先编写一个基本程序,它接受用户输入并使用cin和cout将其显示回用户。 />

一旦你完成这项工作,你就可以开始通过问题将数据操作到所需的形式。
Start by writing a basic program that takes user input and displays it back to the user using cin and cout.

Once you have this working you can start on manipulating the data to the desired form by the question.



我应该为此程序使用什么代码?

What code should i use for this program?


这篇关于我需要一份帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆