Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
834514e3
Commit
834514e3
authored
9 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
Array 3 inklusive codingBat
parent
1a8b209e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Doc/Sd1/arrays.xml
+24
-4
24 additions, 4 deletions
Doc/Sd1/arrays.xml
Doc/Sd1/coreClasses.xml
+5
-2
5 additions, 2 deletions
Doc/Sd1/coreClasses.xml
Doc/Sd1/statements.xml
+21
-0
21 additions, 0 deletions
Doc/Sd1/statements.xml
with
50 additions
and
6 deletions
Doc/Sd1/arrays.xml
+
24
−
4
View file @
834514e3
...
@@ -10,15 +10,35 @@
...
@@ -10,15 +10,35 @@
<title>
Arrays
</title>
<title>
Arrays
</title>
<section
xml:id=
"sw1SectHarderExternalStringExercise"
>
<section
xml:id=
"sw1SectHarderExternalStringExercise"
>
<title>
Harder external S
tring exercises
</title>
<title>
External array and s
tring exercises
</title>
<qandaset
xml:id=
"sw1QandaExternalHarderString"
>
<qandaset
xml:id=
"sw1QandaExternalHarderString"
>
<qandadiv>
<qandadiv>
<qandaentry>
<qandaentry>
<question>
<question>
<para>
Solve all examples from the
<link
<para>
Solve all examples from the following sections:
</para>
xlink:href=
"http://codingbat.com/java/String-3"
>
String-3
</link>
section.
</para>
<itemizedlist>
<listitem>
<para><link
xlink:href=
"http://codingbat.com/java/String-3"
>
String-3
</link></para>
</listitem>
<listitem>
<para><link
xlink:href=
"http://codingbat.com/java/Array-1"
>
Array-1
</link></para>
</listitem>
<listitem>
<para><link
xlink:href=
"http://codingbat.com/java/Array-1"
>
Array-2
</link></para>
</listitem>
<listitem>
<para><link
xlink:href=
"http://codingbat.com/java/Array-3"
>
Array-3
</link></para>
</listitem>
</itemizedlist>
</question>
</question>
</qandaentry>
</qandaentry>
</qandadiv>
</qandadiv>
...
...
This diff is collapsed.
Click to expand it.
Doc/Sd1/coreClasses.xml
+
5
−
2
View file @
834514e3
...
@@ -266,13 +266,16 @@ public class CircleAreaCalculator {
...
@@ -266,13 +266,16 @@ public class CircleAreaCalculator {
<question>
<question>
<para>
Solve all remaining exercises from the
<link
<para>
Solve all remaining exercises from the
<link
xlink:href=
"http://codingbat.com/java/String-1"
>
String-1
</link>
xlink:href=
"http://codingbat.com/java/String-1"
>
String-1
</link>
section. Then solve the examples from the
<link
section and
<link
xlink:href=
"http://codingbat.com/prob/p191914"
>
Warmup-1
>
notString
</link>
. Then solve the examples from the
<link
xlink:href=
"http://codingbat.com/java/String-2"
>
String-2
</link>
xlink:href=
"http://codingbat.com/java/String-2"
>
String-2
</link>
section.
</para>
section.
</para>
<tip>
<tip>
<para>
You may want to use the Eclipse IDE and then copy/paste
<para>
You may want to use the Eclipse IDE and then copy/paste
your code to the CodingBat web interface.
</para>
your code to the CodingBat web interface to avoid tedious syntax
related fiddling.
</para>
</tip>
</tip>
</question>
</question>
</qandaentry>
</qandaentry>
...
...
This diff is collapsed.
Click to expand it.
Doc/Sd1/statements.xml
+
21
−
0
View file @
834514e3
...
@@ -9,6 +9,27 @@
...
@@ -9,6 +9,27 @@
xmlns:db=
"http://docbook.org/ns/docbook"
>
xmlns:db=
"http://docbook.org/ns/docbook"
>
<title>
Statements
</title>
<title>
Statements
</title>
<section
xml:id=
"sd1SectExternalLogicExercises"
>
<title>
Logic related external exercises
</title>
<para>
Solve:
</para>
<itemizedlist>
<listitem>
<para><link
xlink:href=
"http://codingbat.com/java/Warmup-1"
>
Warmup-1
</link>
excluding
<link
xlink:href=
"http://codingbat.com/prob/p191914"
>
Warmup-1
>
notString
</link>
.
</para>
</listitem>
<listitem>
<para><link
xlink:href=
"http://codingbat.com/java/Logic-1"
>
Logic-1
</link>
.
</para>
</listitem>
</itemizedlist>
</section>
<section
xml:id=
"sw1Conditionals"
>
<section
xml:id=
"sw1Conditionals"
>
<title>
Conditional clauses
</title>
<title>
Conditional clauses
</title>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment