Find Largest Number in Array October 1, 2020 Code Snippets 0 Comments 959 Views Working with numerical data sometimes we need to perform various operations. Programming languages provides methods to find the largest number in an array. A table includes a links to posts with examples. No.Programming language1.PHP2.Python3.Java
Make First Letter Uppercase and the Rest Lowercase in a String While working with text processing we might need to make the first letter uppercase and...
Check if Given Year is Leap Year A leap year is a year that contains an additional day (February 29). A leap...
Hex Encode and Decode Hex encoding is used to convert binary data into hexadecimal representation. It allows to get...
Leave a Comment
Cancel reply