Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
1 Commented Post
~5K People Reached
About Me

I am me. .

PC Specs
None!
Member Avatar for campuzcrazyness

I'm having aproblem with my code, I would like to add another data up to 5 names with three grades each but I don't know how. This is my code #include <stdio.h> #include <conio.h> main() { unsigned char studname[30]; float prelim,midterm,final,average; int total; { clrscr(); gotoxy(2,4); printf("Please Enter Your Name: …

Member Avatar for David W
0
223
Member Avatar for vegaseat

Here we use the eval() function as the backbone of a simple calculator. One table is used for the display. A second table holds the buttons for the keypad. The whole thing forms an attractive looking calculator. To test it, simply paste the code into an editor like notepad and …

Member Avatar for diafol
1
2K
Member Avatar for campuzcrazyness

hi eveRyone, I just want to have your tips for my code.. [CODE] #include <stdio.h> main() { hexa = 16; printf("enter decimal number: "); scanf("%d",&deci); for (ctr = 1; ctr<=deci; ctr++) quotient = deci / hexa; printf("Equivalent in Hexadecimal is %d",quotient); getche(); }[/CODE] I want to print out the numbers …

Member Avatar for bmsangati
-1
966
Member Avatar for campuzcrazyness

[code] #include <stdio.h> main() { int ctr, bin, quotient, deci=0, binary,octal,hexa; float rem; char mark_magic; clrscr(); do { clrscr(); quotient = 1; binary = 1; gotoxy(32,3); printf("-=< MAIN MENU >=-"); gotoxy(15,5); printf("from any Number System to Decimal System conversion"); gotoxy(5,6); printf("------------------------------------------------------------------------"); gotoxy(5,7); printf("------------------------------------------------------------------------"); gotoxy(26,9); printf("[A] Binary System"); gotoxy(26,11); printf("[B] Octal …

Member Avatar for campuzcrazyness
-1
542
Member Avatar for brieghz23

Can anyone help me? i'm looking for a [U][B]Point of sale system[/B][/U] that is made in [B]Visual Basic?[/B] . . please help me find it sir/ma'am. Thank you.

Member Avatar for campuzcrazyness
0
167
Member Avatar for campuzcrazyness

[QUOTE]Hello Everyone, [/QUOTE] I would like to ask some help from you. I'm Mark from the Philippines. I'm a newbie programmer and I'm new with java,that's why it's very difficult for me to make a program using java. Our Teacher had given us an assignment using java,to make a simple …

Member Avatar for kebede
0
197
Member Avatar for campuzcrazyness

Hello Fellas, I would like to ask some help from you. I'm Mark from the Philippines. I'm a newbie programmer and I'm new with java,that's why it's very difficult for me to make a program using java. Our Teacher had given us an assignment using java,to make a simple chat …

Member Avatar for stultuske
0
420
Member Avatar for campuzcrazyness

Hi EveryOne, I am given only 2 days to finish my assignment in 2 days,but I'm only a biginner in HTML. . I would like to ask anyone to please check if what is wrong in my code. . [CODE]<html> <head> <title>Lab Exercise</title> </head> <body> <h2>Script Integration</h2> <h3>Laboreatory Exercise 5 …

Member Avatar for campuzcrazyness
0
157
Member Avatar for campuzcrazyness

:) Hey Guys, I'm a newbie poster here and I'm new with java. . I made a GUI of a simple calculator,the problem is I don't know how to put events on the buttons of my simple calculator. . Can you please help me with this problem? Here's my code …

Member Avatar for stultuske
0
129
Member Avatar for campuzcrazyness

I'm new here,I just want to have your answers.. any answer,negative or positive I'll acccept it.. 1. Can you please Justify what situations or applications programmers will rather use Assembly Languages than Higher Level Progamming Languages and vice versa. 2. what is the best assembler and why? 3. What are …

Member Avatar for Salem
0
91
Member Avatar for campuzcrazyness

hey guys, I would like to make a menu like this: MENU [A] - Addition of binary digits [B] - Subtraction of binary digits my option: [U]A[/U] [CODE]printf("Input upper addend: 1110"); printf("Input lower addend: 111"); [/CODE] sample output: sum is: 11111 ...how can I make it like that?

Member Avatar for iamthwee
0
102