Please help a respected member :)

bk071

Elite Member
Joined
Nov 24, 2010
Messages
3,302
Reaction score
8,845
Heyas...

So I got my computer test tomorrow and I'm having troubles with C :p Yeah I dont know shit about programming guys thats why I'm posting this thread.

I got a few assignments to complete... They are small programs (like 10-15 lines each) and I'll be good.

Here is an example:

Write a program which reads a phrase entered by the user and prints the number of UPPER CASE and lower case letters in it.

There are a few other basic ones like this which I want to make...

I know this must be some basic shit but I couldn't find the answer :p (Yeah I know Google exists)....

Any kind souls to help me out? I might give back with a SB blast/AMR blast or some advice on SEO and stuff I'm good at ;)

This is urgent​

PS: I'm talking about C not C# or C++... So anyone who knows about C can jump in :D

Thanks.
 
Well one is listed in the post above...

Here are a couple more

For a floating point array x, whose size is n, find geometric mean
GM = ((X1)(X2)(X3)........(XN))1/N

Write a program that reads n floating point numbers and prints the sum of positive numbers

More to come :)
 
1st year engineering ehh ? :p

You got me :p
Help me folks... :p

Code:
#include<stdio.h>
void main (void)
{
printf("Programming sucks big time");
}

LOL :D
 
Back
Top