I would appreciate help converting ints/floats to strings in c++

前端 未结 0 707
旧时难觅i
旧时难觅i 2021-01-22 01:11
#include 
using namespace std;

int fiveYears;
fiveYears = 5 * 1.5;
    
int sevenYears;
sevenYears = 7 * 1.5;

int tenYears;
tenYears = 10 * 1.5;

int m         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题