User Profile

Collapse

Profile Sidebar

Collapse
newbi
newbi
Last Activity: Mar 4 '19, 03:16 AM
Joined: Mar 3 '19
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • newbi
    replied to Please help.. cin is not giving me anything
    in C
    It works dev7060! Thank you, I really appreciate your help :)
    See more | Go to post

    Leave a comment:


  • newbi
    replied to Please help.. cin is not giving me anything
    in C
    Thank you! it worked, but now I'm stuck in the calculations:

    #include <iostream>
    #include <cmath>
    #include <string>
    using namespace std;

    int main()
    {
    string membername;
    string oweight;
    string lostw;

    double totalwt;
    double percentlost;

    cout << "What is the member's name? ";
    getline(cin,...
    See more | Go to post

    Leave a comment:


  • newbi
    started a topic Please help.. cin is not giving me anything
    in C

    Please help.. cin is not giving me anything

    This is what I'm trying to do:
    #include <iostream>
    #include <cmath>
    using namespace std;

    int main()
    {
    int membername, oweight, lostw, percentlost;
    double totalwt;

    cout << "What is the member's name? ";
    cin >> membername;
    cout << "How much did you weight?\n ";
    cin >> oweight;
    cout <<"How...
    See more | Go to post
No activity results to display
Show More
Working...