MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / main

Method main

Programs/ToDoList.java:7–10  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

5
6public class ToDoList {
7 public static void main(String[] args) {
8 ArrayList<String> tasks = new ArrayList<>();
9 list(tasks);
10 }
11
12 public static void list(ArrayList<String> tasks) {
13 Scanner sc = new Scanner(System.in);

Callers

nothing calls this directly

Calls 1

listMethod · 0.95

Tested by

no test coverage detected