words per minute

11

AbdulBasitChishti


00:00

Speed

public class Car { public String name; public String model; public int year; public Car() {} public Car(String name, String model, int year) { this.name = name; this.model = model; this.year = year; } public String toString() { return name + " " + model + " " + year; } }
words per minute
0
wpm
accuracy
0%
Text Practice - Time 101 - English

words per minute