Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~84 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for Tjvelcro

[CODE] #include <iostream> #include <iomanip> using namespace std; int main() { // Variables for used for user input int nbase; // Users input is needed but no error checking is done as per lab instuctions cout << "Please enter your choice for conversion. The letter O for octal OR B …

Member Avatar for Grn Xtrm
2
84