Skip to content

Instantly share code, notes, and snippets.

import java.util.Scanner;
/*Mindy Mach
* Recitation 6
* 10/2/12
* CS160
* mach@cs.colostate.edu
*/
public class R6 {
public static void main (String[] args) {
import java.text.DecimalFormat;
import java.util.Scanner;
/*P2
* Mindy Mach
* mach@cs.colostate.edu
* 9/4/12
* Recitation 2
* CS160
*/