Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~12.7K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for jsefraijeen

start defining a class then you make a constructor and create a method...

Member Avatar for masijade
0
912
Member Avatar for mitchneys

can anybody give me a code on how to put an image in a form. i am using a jreator 4.5. i dont know the code..please help me...tnx a lot..

Member Avatar for tong1
-1
85
Member Avatar for mitchneys

guys! can you help me convert this code to java language.... this is my code in c++....i need to convert in java.... # include <iostream.h> int num1,num2,sum; double add(double sum); int main() { cout<<"Enter first number"; cin>>num1; cout<<"Enter second number"; cin>>num2; sum=add(sum); cout<<"The sum is: "<< sum; return 0; } …

Member Avatar for mitchneys
0
139
Member Avatar for kazumahits

import java.io.*; public class ifelse { public class InputStreamReader reader=new InputStreamReader (System.in); public class BufferedReader input=new InputStreamReader (reader); public static void main(String[] args) throws Exception{ int a; System.out.println("Enter your Level"); a = Integer.parseInt(input.readLine()); if (a == 1) System.out.println("\nYou are Freshman"); else if (a == 2) System.out.println("\nYou are Sophomore"); else if …

Member Avatar for jon.kiparsky
0
11K
Member Avatar for darkmeyi0319

just analyze it believe in yourself....that's just a simple program....start it little by little...or what we say "Divide and Conquer"

Member Avatar for dflatt
-2
161
Member Avatar for tat2dlady

hello...pls help me create a parse tree...this is the source code: #include<iostream.h> int main() { int x,y; double ave; cout<<"Enter first number"; cin>>x; cout<<"Enter second number"; cin>>y; ave=(x+y)/2; cout<<"the average is"<<ave; return 0; }

Member Avatar for mitchems
0
273
Member Avatar for mitchneys

hello help me...i need to create a parse tree with this source code: #include <iostream.h> int main() { int x,y; double ave; cout<<"Enter first number"; cin>>x; cout<<"Enter second number"; cin>>y; ave=(x+y)/2; cout<<"The average is"<<ave; return 0; }

0
64

The End.