Search:

Type: Posts; User: xfice; Keyword(s):

Search: Search took 0.15 seconds.

  1. Replies
    266
    Views
    62,991

    Poll: Re: Beginners Team Programming Challenges Index

    Here is my answer in the first problem. any comments? I used C.

    #include<stdio.h>

    int qty;

    main(){
    for(qty=99;qty!=1;qty--){
    printf("%d bottles of beer on the wall, %d bottles of...
  2. Replies
    2
    Views
    5,314

    Re: Programming Exercises in C Language

    Wow thanks! :D
  3. Replies
    2
    Views
    5,314

    Programming Exercises in C Language

    Hey guys. I'm practicing my programming skills in C. Can you give me some fun problems there? Thanks! :) :guitar:
Results 1 to 3 of 3