stuart harper

Greenhorn
+ Follow
since Sep 17, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by stuart harper

thank you for your help so far the last segment was meant to read:

String name = "rich";
x = name;
x = (int) name;

the assingment demonstrates declaring and assigning variable and what can and can't be done with primitaive data types, it then goes on to say which line of code don't compile which i can see now thanks to your help but i'm still stuck on the last segment and wher and what i'm outputting thanks
12 years ago
Hey guys i'm new at all this and this question i'm about to ask sounds really silly, but any help would be great, Iv'e been giving this assignment but i'm stuck on the last segment of code I also have to print a line of somthing the trouble is i'm not really 100% i know what this programme is doing thanks.


12 years ago