tech Learn Java
Latest :

Copying Character Array To String In Java – Tutorial

Java tutorial to copy character array to string. Here, we will discuss about the various methods of copying a character array to a string using. If you have any doubts leave a comment here at the end of the post. Creating a string object based on the character array. Adding character by character to an initially empty string. Setting character ...

Read More »

C Program To Check If Triangle Is Valid Or Not | C Programs

C Program to Input Angles of a triangle to check its validity – In this article, we will brief in on the only way to find out whether a triangle is valid or not after inputting its angles. Suitable examples and sample programs have also been added so that you can understand the whole thing very clearly. The compiler has ...

Read More »

Inverted Pyramid Star Pattern Java Program

Java program to print Inverted Pyramid star pattern program – We have written below the print/draw Inverted Pyramid asterisk/star pattern program in four different ways with sample example and output, check it out. At the end of the program, we have added compiler so that you can execute the below codes. Using For Loop Using While Loop Using Do While Loop Using For ...

Read More »

C Program Find Circumference Of A Circle | 3 Ways

C Program to find the Circumference of a Circle – In this specific article, we will brief in on the methods of finding the circumference of a circle in C Programming. With the help of this piece, we will explain all the types of ways the circumference of a circle can be calculated. The various ways by which the circumference ...

Read More »

Java Program to Implement Calculator Using Switch Case | Java Programs

Before directly jumping into the solutions, it is advisable to follow a few steps before only to avoid confusion at a later stage. First, we need to understand the problem statement thoroughly. Then, we have to look for any constraints given in the problem. After this, we have to decide on our inputs followed by determining our expected output for ...

Read More »

Java Half Diamond Star Pattern Program | Patterns

Java program to print Half Diamond star pattern program. We have written below the print/draw Half Diamond asterisk/star pattern program in four different ways with sample example and output, check it out. At the end of the program, we added compiler such that you can execute the below codes. Using For Loop Using While Loop Using Do While Loop Using For ...

Read More »

Reverse A String In Java – 4 Ways | Programs

Reverse A String In Java – Here, we have discussed the various methods to reverse a string using java. The compiler has been added so that you can execute the programs by yourself, alongside suitable examples and sample outputs. The methods are as follows: The following program to find reverse a string has been written in five different ways. If you ...

Read More »

Java Program to Calculate PF in 2 Ways | Java Programs

Java Program to Calculate PF – in 2 ways. In this problem, we need to find the gross salary and providential fund for our given input values. Gross salary is found by subtracting provident fund (pf) from cost-to-company. For this, our required inputs are basic pay amount (basicpay), percentage of dearness allowance (da), percentage of house rental allowance (hra), percentage ...

Read More »

Call for Code Challenge – Commit To The Cause

Natural Disasters can be considered as one of the most devastating events as far as life on Planet Earth is concerned. It is a seething inevitability that is extremely tough to avoid. Certain changes in our planet forces life, particularly humankind in general, to suffer from the deadly consequences. It is our utmost responsibility to tackle these situations and get ...

Read More »

C Program To Check Number Is Divisible By 5 and 11 or Not | C Programs

C program to check whether a number is divisible by 5 and 11 or not – In this article, we will detail in on the only way to determine whether a number is divisible by 5 and 11 or not. Suitable examples and sample programs have also been added so that you can understand the whole thing very clearly. The ...

Read More »
tech