Urgent help needed! Anyone on here? :o
I will pay
Urgent help needed! Anyone on here? :o
I will pay
Re: C++
jee how can i help u?
Re: C++
stay online!!!! thats how u can help :D
Re: C++
Ok i get the assignment in 30 mins, is that ok with u guys?
Re: C++
Oooo this is good
Re: C++
just start this class so i might be able help u also :p
Re: C++
GREAT! I will PM all u guys and then we will see who finishes it first and maybe we can have a competition
*People can still sign up! *
Re: C++
dude i have to do my homework for c++ ![]()
can compete with u guys so u guys go i am not in :halo:
Re: C++
:bakbak:
Re: C++
OK here we go!
Write a program that prints the following patterns seprately one below the other use the loops to generate the paterns. All asterisks () should be printed by a single printf statement of the form printf("); this causes the asterisks to print side by side)
Hint: The second pattern requires that each line begin with an appropriate number of blanks
*
**
---------------*
--------------**
------------***
-----------****
---------*****
--------******
Pretend the - are spaces!
Someon QUICK! write the code for me
Re: C++
where are you guys now? ![]()
for(x=1,x<10,x++)
printf(“*”);
Re: C++
![]()
Re: C++
i don't get ur question bro
do u want to make a tringle with the strikes like is shown above ????
Re: C++
nevermind guys!
Re: C++
Here's your first triangle... a couple of corrections to your loop...
1. You need to go until i = 10... otherwise from 1 to less than 10, you'll end up with 9 lines
2. You need a new line character after every line.
for(i = 1; i <= 10; i++) {
for(j = 1; j <= i; j++)
printf("*");
printf("
");
}
Re: C++
oh thank you but i dont need it anymore, copied it from someone else :p
Re: C++
^ accha kiya… :k:
Re: C++
Write a program that prints the following patterns seprately one below the other use the loops to generate the paterns. All asterisks () should be printed by a single printf statement of the form printf("); this causes the asterisks to print side by side) Hint: The second pattern requires that each line begin with an appropriate number of blanks
* **
---------------* --------------** ------------*** -----------**** ---------***** --------****** Pretend the - are spaces!
Someon QUICK! write the code for me
wht?!?!?!?!?!?!?can u type in english plz?