-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse-info.yaml
More file actions
22 lines (22 loc) · 926 Bytes
/
Copy pathcourse-info.yaml
File metadata and controls
22 lines (22 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
type: marketplace
title: Java Programming Basics
language: English
summary: "This is an introductory Java course, giving students an overview of the\
\ programming language. The course will be most beneficial for beginner-level Java\
\ learners. It covers core Java features and provides hands-on examples of Java\
\ code implementation. Taking this course will help you understand different data\
\ types and variables, as well as conditionals, recursion and looping concepts used\
\ in Java programming."
programming_language: Java
content:
- 1- Introduction to Programming
- 2- First Steps in Java
- 3- Flow Control
additional_files:
- name: .idea/inspectionProfiles/Project_Default.xml
- name: build.gradle
- name: settings.gradle
- name: gradle/wrapper/gradle-wrapper.properties
mode: Study
feedback_link: https://plugins.jetbrains.com/plugin/21005-java-programming-basics/reviews
yaml_version: 5