My favorites
▼
|
Sign in
kpi-java-training-6
KPI Java Training fall 2013
Project Home
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
26
attachment: UserTest.java.patch
(432 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- trunk/Bogdan/module 2/UserTest.java
+++ trunk/Bogdan/module 2/UserTest.java
@@ -6,6 +6,10 @@
*/
public class UserTest {
+ /**
+ * method initiates an questions, is testing and displays the result on the screen
+ * @param args
+ */
public static void main(String[] args) {
InitQuestions init = new InitQuestions();
@@ -15,3 +19,4 @@
output.printResult(exam.test(init.initQuest()));
}
}
+
Powered by
Google Project Hosting