User profile: topcoderno1

User info
User name:topcoderno1
Name:Sean Chen
Location:California
Statistical data
Birthdate:Dec 1, 2000
Gender:Male
Occupation:Student
Skills:C
C++
Java
History
Joined:
Number of posts:10
Latest posts:

Reformatting the String Entered to Odd then Even
My c++ teacher gave me this question. Question: Given a line of words (total character number is les...

centimeters to feet and inch conversion
#include <cstdio> #include <iostream> #include <iomanip> using namespace std; int main () { ...

centimeters to feet and inches conversion
#include <cstdio> #include <iostream> #include <iomanip> using namespace std; int main () { double f...

centimeters to feet and inches conversion
The only problem I have is that when I integrate that into my code, I get the error. So right now I ...

centimeters to feet and inches conversion
I can do all the code up to the part where you have it converted to ab.cde feet. After that, I do no...