English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

當做活動也許使用慣例卡路里時,估計卡路里的數量每分鐘燒了為

卡路里/分鐘= 0.0175 *MET*體重(公斤)

MET是作活動新陳代謝的等值。 寫輸入人的體重以磅為單位的一個程式
METs的數字為活動, 并且在那活動上度過的分鐘的數量, 然後輸出一個估計為被燒的卡路里的總數。

一公斤等於2.2磅

2007-03-19 11:05:19 · 1 個解答 · 發問者 小童 1 in 電腦與網際網路 程式設計

1 個解答



//Power by Visual Studio 2005

#include

#include

#define CONSTANT 0.0175

using namespace std;

int main(int argc, char** argv){

//==========START==========//

double weight,MET,min;

cout<<"Input your weight(Pound): ";

cin>>weight;

cout<<"Input MET: ";

cin>>MET;

cout<<"Input minutes: ";

cin>>min;

cout<<"calorie= "<
//==========END==========//

system("PAUSE");

return EXIT_SUCCESS;

}


2007-03-19 14:50:18 · answer #1 · answered by Big_John-tw 7 · 0 0

fedest.com, questions and answers