Search:

Type: Posts; User: Deka_degan0

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    7,345

    No, this is my first C programming language, next...

    No, this is my first C programming language, next semester will be C++. The course is called BIT1400
  2. Replies
    7
    Views
    7,345

    /*Room Paint and Whitewash*/ #include ...

    /*Room Paint and Whitewash*/
    #include <stdio.h>
    int main()
    {
    float room_width, room_length, room_height, door_length, door_height, window_length, window_height, paint_area, whitewash_area;...
  3. Replies
    7
    Views
    7,345

    C Programming Question Help

    Hey everyone,

    I am a uni student, studying computer technology this semester. I have trouble programming c code. Please help with this question, I have written down some answer but i dont know if...
Results 1 to 3 of 3