Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Morse
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
benjamin.godfrey
Morse
Commits
1f1af3da
Commit
1f1af3da
authored
Nov 23, 2017
by
m.baxter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished Skeleton.
parent
57fce6ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
.gitignore
bin/.gitignore
+1
-0
Main.class
bin/MorseConverter/Main.class
+0
-0
Main.java
src/MorseConverter/Main.java
+3
-5
No files found.
bin/.gitignore
0 → 100755
View file @
1f1af3da
/MorseConverter/
bin/MorseConverter/Main.class
View file @
1f1af3da
No preview for this file type
src/MorseConverter/Main.java
View file @
1f1af3da
...
...
@@ -5,9 +5,7 @@ import java.util.Scanner;
public
class
Main
{
/**
* @param args
*/
// 1 represents a dot. 111 represents a dash. 0 represents a dot/dash delimiter and 000 represents a letter delimiter.
public
static
void
main
(
String
[]
args
)
{
int
menuSelect
;
...
...
@@ -20,7 +18,7 @@ public class Main {
switch
(
menuSelect
)
{
case
1
:
// Get user input and then convert from English to morse
// Get user input and then convert from English to morse
.
break
;
case
2
:
...
...
@@ -28,7 +26,7 @@ public class Main {
break
;
case
3
:
// Print the contents of the map
// Print the contents of the map
.
Morse
.
printMap
(
map
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment