Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
4
0 Endorsements
~375 People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for XiaO yuEn
Member Avatar for Ancient Dragon
0
68
Member Avatar for XiaO yuEn

Input a number between 1-9, then choose 2 character, e.g: * and =. The sample output: Enter number: 5 Enter character: * = * == *** ==== ***** I had tried many times, but don't know where i was doing wrongly. Please help, thanks!:) [code] #include <iostream> using namespace std; …

Member Avatar for rohitn
-1
108
Member Avatar for XiaO yuEn

Hi.. everyone! I'm feel so great to discover this forum. I'm a beginner in learning c++. Hope can gain more knowledge in this field.

0
26
Member Avatar for XiaO yuEn

Lojban is a consruted language designed based on the Loglan language created by Dr James Cooke Brown in 1955. The numbers zero to nine in Lojban are as follows: 0=no 1=pa 2=re 3=ci 4=vo 5=mu 6=xa 7=ze 8=bi 9=so Larger numbers are formed by combining the digits which form them. …

Member Avatar for Grn Xtrm
-3
90
Member Avatar for XiaO yuEn

Write a program that input number of students and determine smallest classroom that can accomodate those students. A sample run : Enter number of students: 79 Classroom: B

Member Avatar for XiaO yuEn
0
83