Skip to main content

65 docs tagged with "programming"

View all tags

Area of a Circle

Multi-language implementations to calculate the area of a circle given its radius.

Area of a Rectangle

Multi-language implementations to calculate the area of a rectangle given its length and width.

Area of a Triangle

Multi-language implementations to calculate the area of a triangle given its base and height.

ASCII Value of Character

Multi-language implementations to display the ASCII (American Standard Code for Information Interchange) value of a given character.

Basic Programs

Foundational programming programs for input, variables, arithmetic, and swapping logic.

Call Cost Calculation in Java

Learn how to calculate the cost of a phone call and update the balance using a simple Java program. This example demonstrates variable declaration.

Greatest of Three Numbers

Multi-language implementations to find the greatest among three numbers using nested conditional statements.

Hello World

Multi-language implementation of the classic "Hello World" program.

HTML Performance Optimization

Master HTML performance optimization techniques including lazy loading, resource optimization, and best practices for fast-loading websites

Java Programming Examples

A comprehensive collection of Java programming examples covering basic concepts, object-oriented programming, arrays, and strings.

Leap Year Check

Multi-language implementations to determine if a given year is a leap year.

Number Properties

Practice number property programs such as odd-even, prime, perfect number, and leap year.

Perfect Number Check

Multi-language implementations to determine if a given number is a perfect number.

Prime Number Check

Multi-language implementations to determine if a given number is a prime number.

SEO & Accessibility in HTML

Master Search Engine Optimization and Web Accessibility best practices for creating discoverable and inclusive websites

Vowel or Consonant Check

Multi-language implementations to determine if a given character is a vowel, consonant, or not an alphabet.