Search:

Type: Posts; User: iswan82

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,497

    Addition & multiply not working

    Hai i wonder why my program cannot display the result of addition & multiply. Please advice me. I am using struct to run my programme. Here is the code


    #include <stdio.h>
    struct employee
    {
    ...
  2. Replies
    1
    Views
    2,366

    Additon in Array for specific column

    Hi.. i want modify my programme 2 dimensional which only calculate addition only in cloumn0. Currently my programme calculate all row and column but dont want that. Anyone please advice how i cant...
  3. Replies
    1
    Views
    2,678

    Error Redeclaration Int sum

    Hi i got error redeclaration int sum for my programme.. Please assist me to fix my error at line 10 which i underline and bold.


    *#include <stdio.h>


    int main() {

    int marks[4][4]; /*...
  4. Replies
    1
    Views
    10,698

    how to create a loop in grading system

    hi.. i need to put loop in my program base on the out put given. can anyone advice how create loop in my program. here is the output

    Enter no. of students: 3
    Enter no. of courses: 3


    ...
  5. Thread: No Output

    by iswan82
    Replies
    2
    Views
    2,368

    tq...salem...it work. i delete all switch/case...

    tq...salem...it work.
    i delete all switch/case and replace with if and else if. Tq again
  6. Thread: No Output

    by iswan82
    Replies
    2
    Views
    2,368

    No Output

    hi , my probleam cannot display output.. please comment so that i can fix the error


    #include <stdio.h>
    int main()
    {
    int marks;
    printf("Enter Mark :");
    scanf("%d", &marks);
    ...
Results 1 to 6 of 6