New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: Sara
import java.util.*;
 
public class CreateEmails
{
 
// Indata är ett namn, utdata skall vara en email adress i formatet kalsve@student.hh.se
public static void main (String [] arg)
{
 
         Scanner scan= new Scanner( System.in); 
by Sara   February 08, 2010 @ 12:20pm
Tags:
15 Views
no comments
 
import java.util.Scanner;
 
public class Email
{
    public static void main(String[] args)
    {
     
     Scanner scan = new Scanner( System.in );
 
    StringstrName = scan.nextLine();
by Sara   February 08, 2010 @ 11:23am
Tags:
7 Views
no comments
 
//**************************************************************
//BMI.java                     Author: Sara & Aci
//
//Räknar ut BMI
//***************************************************************
 
import java.util.Scanner;
 
public class BMI
{
by Sara   February 07, 2010 @ 10:10am
Tags:
8 Views
no comments
 
// Räknar ut medelvärdet av två tal.
//
//
//************************************************************
import java.text.DecimalFormat;
import java.util.Scanner;
 
public class Average
{
by Sara   February 07, 2010 @ 9:23am
Tags:
8 Views
no comments
 
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
 
 
import java.util.Scanner;
 
public class Paint
{
by Sara   February 07, 2010 @ 8:04am
Tags:
8 Views
no comments
 
brought to you by:
West Wind Techologies


If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate