mirror of
https://github.com/Xevion/contest.git
synced 2026-02-01 06:23:53 -06:00
Recursion programs/data/questions finished
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//© A+ Computer Science - www.apluscompsci.com
|
||||
//Name - Ryan Walters
|
||||
//Date - November 12th, 2020
|
||||
//Class - Computer Science II Honors
|
||||
//Lab - Labs 09c
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.Scanner;
|
||||
import static java.lang.System.*;
|
||||
|
||||
public class Lab09c
|
||||
{
|
||||
public static void main( String args[] ) throws IOException
|
||||
{
|
||||
Scanner input = new Scanner("./src/lab09c.dat");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user