Hardik Parsania's profile
Education : | V.V.P. Engg. College |
University : | GTU |
My Specialities : | java, c, php, |
Working In : | Zerones |
Demo upload by Hardik Parsania
Current Location Update in Android
This demo allows you to find current location via google play services. You can find latitude and longitude by this app and it updates automatically.... view more
location google play services
Android demo 1hardik 2016-03-14
To decide whether character is vowel or not in C/c++
This program takes input as character and gives output as saying whether character is vowel or not. &... view more
c, vowel
C/c++ demo 1hardik 2015-12-14
Armstrong number in C in Java
This program give output as armstrong numbers between 0 10 1000. ... view more
c, Armstrong number in C
Search occurance of word from string in Java
This program takes string and a specific word from user as input. Program gives number of occurrence of that word in string as output. ... view more
java, Search occurance of word from string
Reverse String in Java
This program takes one string as input from user. After running program user gets the reverse string as the output.... view more
java, ReverseString
Prime number in Java
This program takes range of numbers as input from user. The output shows the prime numbers between that range.... view more
java, prime number
Palindrom for number and string in Java
This program takes input from user as a number or string. Output shows whether it is palindrom or not.... view more
java, palindrom
Fibonacci series in Java
This program shows fibonacci series . User gives input as how many numbers he wants in the fibonacci series. Program gives desired output. ... view more
java, fibonacci series
Ascending order in Java
This program takes input from the user and arranges input in ascending order and gives as output. User have to specify how many number he wants to insert at starting.... view more
java, ascending order
Calculator in Java
This program represents source code in core java for making calculator.User give input as two numbers and give choice among multiplication, addition, subtraction and division.Program gives output as per input.... view more
java, calculator