CCBP Static Website Coding Assignment 2 Solution | Yoga Page
Hi CCBP Learners, I have added my code for the Yoga Page here in this post to help you in solving your assignment question. In this assignment,…
Python Program to Print Armstrong numbers between two intervals
Write a program to print all the Armstrong numbers in the given range A to B (including A and B). An N – digit number is an…
Python Program to Check if Given Input is a Letter, Digit or Special Character
Letter, Digit or Special Character You are given a character as input. Check if the given input is a Lowercase Letter or Uppercase Letter or Digit or…
CSS Reusability and Bootstrap class names | Coding Practice Test
CSS Reusability and Bootstrap class names The goal of this coding practice test is to quickly get you off the ground with the Bootstrap class names and…
Interleave Strings | Python Program to merge two strings by adding characters in alternating order
Interleave Strings Given two strings, write a program to merge the given two strings by adding characters in alternating order, starting with the first string. If a…
Python Program to Check the eligibility criteria for donor
Python Comparison Operators An XYZ hospital has organised a blood donation camp. The eligibility criteria for donor was as follows 1) Age>=18 2) Weight >=50 kg 3)…
Python Program to Print a Number Diamond
Diamond Given an integer value N, write a program to print a number diamond of 2*N -1 rows as shown below. Input The first line of input…