No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Student
- Interests
- solving programming problems,web surfing,listening music...
8 Posted Topics
Re: int lineB=1; int starB=1; while(lineB<=10) { starB=10; while(starB>=lineB) { starB--; System.out.print("*"); System.out.println(); } lineB++; } dis is the corrected code!!!!!! | |
Re: [QUOTE=kirti19tanwar;804002]i need a online exam project on java urgently.so if anyone have this plz send me urgently.also tell how to run this.:)[/QUOTE] hey noone will gonna give u d project kkkkk........ dis community is for programmars not for cheaters . so u better take care of dis in future........ | |
hello friends,I made an applet to calculate sales tax but i am having a problem in executing it.It is giving error on execution. and the error it is giving is, cant create:java.lang.reflect.InvocationTargetException following is the piece of code of applet. import java.awt.*; import java.awt.event.*; import java.text.*; import javax.swing.*; public class … | |
Re: i would suggest Big Java by horstman among those two books.... and as you are a beginner you should prefer core java by horstman that is a very good book for beginners(i personally following that book) .... | |
Re: [QUOTE=scias23;805836]i need to create a palindrome program. in our computer lab, this program works but here at home, it doesn't. help.. [CODE=c++] #include<iostream.h> #include<conio.h> #include<string.h> #include<stdio.h> int main() { clrscr(); char word[20],rev[20],chr; cout<<"This porgram checks if the word is a PALINDROME word.\n"; do { cout<<"\nEnter word: "; cin>>word; for(int i=0,j=strlen(word)-1;i<=j,j>=0;i++,j--) … ![]() | |
Re: [QUOTE=jared717;803872]I am new to C. I won't to understand how this program works. I found it and don't understand how to run it. When I do it says: Missing name for redirect. Here is the code. [CODE] #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { FILE *from, *to; … | |
Re: [QUOTE=bhavya_talluri;801595]hi i just want to know how to write a c program for heap sort. please help me[/QUOTE] i must insist you to first of all understand the concept of a heap tree as suggested by csurfer then you should try to write it's algorithm yourself , den after reach … | |
Re: will u plz make it more clear...... for eg how many subject do a student have or u want d average,max. etc of a particular student or of whole d class......... |
The End.