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
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

11 Posted Topics

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
229
Member Avatar for vegaseat
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
1K
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
565
Member Avatar for brieghz23

[QUOTE=jonifen;1200025]As said in the past, if you can show how far you've got, you're more likely to get assistance. I have previously worked for a number of retail companies both as a technical support analyst and developer of in-store systems so have a lot of experience with EPoS systems. The …

Member Avatar for campuzcrazyness
0
174
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
209
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
436
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
176
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
137
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
98
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 Member #46692
0
116

The End.