FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Java-Tutorials/35.Chapter_7_Practice_Set at main · kishanrajput23/Java-Tutorials · GitHub
kishanrajput23
/
Java-Tutorials
Public
Notifications
You must be signed in to change notification settings
Fork
22
Star
56
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Java-Tutorials
/
35.Chapter_7_Practice_Set
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
Java-Tutorials
/
35.Chapter_7_Practice_Set
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
Chapter7_PracticeSet.pdf
Chapter7_PracticeSet.pdf
README.md
README.md
cwh_35_ps_pr_01.java
cwh_35_ps_pr_01.java
cwh_35_ps_pr_02.java
cwh_35_ps_pr_02.java
cwh_35_ps_pr_03.java
cwh_35_ps_pr_03.java
cwh_35_ps_pr_04.java
cwh_35_ps_pr_04.java
cwh_35_ps_pr_05.java
cwh_35_ps_pr_05.java
cwh_35_ps_pr_06.java
cwh_35_ps_pr_06.java
cwh_35_ps_pr_07.java
cwh_35_ps_pr_07.java
cwh_35_ps_pr_08.java
cwh_35_ps_pr_08.java
cwh_35_ps_pr_09.java
cwh_35_ps_pr_09.java
cwh_35_ps_pr_10.java
cwh_35_ps_pr_10.java
README.md
Java Tutorial: Practice Questions on Java Methods
Write a Java method to print the multiplication table of a number n.
Write a program using functions to print the following pattern:
* ** *** ****
Write a recursive function to calculate the sum of first n natural numbers.
Write a function to print the following pattern:
**** *** ** *
Write a function to print the nth term of the Fibonacci series using recursion.
Write a function to find the average of a set of numbers passed as arguments.
Repeat problem 4 using Recursion.
Repeat problem 2 using Recursion.
Write a function to convert Celsius temperature into Fahrenheit.
Repeat problem 3 using an iterative approach.
Back
|
FazBrowse Home
|
New Git URL