multi threading 5

Android Application that implements Multi threading

Aim:         To develop a Android Application that implements Multi threading. Procedure: Creating a New project: Open Android Studio and then click on File -> New -> New project. Then type the Application...

sine series 1

C++ program for Sine Series

Before going to the program for Sine Series first let us understand what is a Sine Series? Sine Series:                 Sine Series is a series which is used to find the value...

pangram string 2

C Program to check given String is Pangram or not

Before going to the program first let us understand what is Pangram? Pangram:           A Pangram is a sentence containing every letter of the alphabet. Example: Let us consider a sentence as given below: The...

0

C Program to Convert Celsius to Fahrenheit

Before going to the program first let us see how to convert Celsius to Fahrenheit? To convert from Celsius to Fahrenheit: first multiply by 180/100, then add 32. But 180/100 can be simplified to 9/5, so this is...