User profile: ColdSummer

User info
User name:ColdSummer
History
Joined:
Number of posts:1
Latest posts:

Function-Calculating BMI by using Function
int main(){ int a=0,b=0; float c=0; cin >> a; cin >> b; BMI(&a,&b,&c); ...