Forum: C#
Jan 14th, 2007, 2:42 AM
|
|
Replies: 8
Views: 289
Ok coming good. I edited my switch statement a...
Ok coming good. I edited my switch statement a bit. I want to fall through the switch statemement like
do case 1
do case 2..
etc.
Up till 4. How do I go about doing that? I tried goto and it wont...
|
Forum: Java
Jan 11th, 2007, 2:40 AM
|
|
Replies: 5
Views: 212
|
Forum: C#
Jan 11th, 2007, 2:36 AM
|
|
Replies: 8
Views: 289
|
Forum: C#
Jan 10th, 2007, 10:56 PM
|
|
Replies: 8
Views: 289
School days drama
Im doing an assignment in my C# class. The idea is to make a program to takes a month ( ie 05) day ( 1-31) century ( ie 20) year (ie 07) .
It takes the date and shows what day of the week that...
|
Forum: Java
Jan 2nd, 2007, 2:06 PM
|
|
Replies: 8
Views: 290
|
Forum: Java
Jan 1st, 2007, 10:08 PM
|
|
Replies: 8
Views: 290
Whats wrong with newb code?
import java.io.* ;
public class life42 {
private static BufferedReader stdin = new BufferedReader (
new InputStreamReader ( System.in) ) ;
public static void main (String[] args)...
|
Forum: Java
Oct 3rd, 2006, 2:57 PM
|
|
Replies: 3
Views: 227
|
Forum: Java
Oct 3rd, 2006, 12:04 PM
|
|
Replies: 3
Views: 227
Simple java problem
Here is a simple program I made in Java that accepts an input for student type then calculates and outputs the student's grades. In my eyes the code should be working, though I'm a beginner in Java...
|