User Profile

Collapse

Profile Sidebar

Collapse
Azka
Azka
Last Activity: Apr 13 '07, 08:32 AM
Joined: Mar 16 '07
Location: Malaysia,Selangor,Shah Alam
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Azka
    replied to Loop Question
    in C
    what kind you want to display? char or int..

    this command to display the int..
    printf("%d %d %d",a,b,c);
    See more | Go to post

    Leave a comment:


  • Azka
    replied to Loop Question
    in C
    what the action you want?

    i think loop can be done by combine using "loop for" and if..

    this can be solved when we know what you want to display
    See more | Go to post

    Leave a comment:


  • Azka
    started a topic how to use mathemathical symbol in switch(URGENT)
    in C

    how to use mathemathical symbol in switch(URGENT)

    i have a problem to enter the input A+ or B+ in switch case
    any body can help to solve my problem
    program like this

    Code:
    #include <stdio.h>
    int main()
    { //start program
    	int part,sol,com,cir,mat,wav,lan,anw;
    	float no1,no2,no3,no4,no5,no6,gpa,cgpa,res,total=17;
    	char c1,c2,c3,c4,c5,c6,q;
      	int loop=1;
    	while (loop==1)
    	{// start while
    	printf("Enter
    ...
    See more | Go to post
    Last edited by Ganon11; Mar 27 '07, 02:58 AM. Reason: code tags added
No activity results to display
Show More
Working...