Hollow Rectangle - 2
This Program name is Hollow Rectangle - 2. Write a Python program to Hollow Rectangle - 2
The below link contains Hollow Rectangle - 2 question, explanation and test cases
https://drive.google.com/file/d/1nWuk5uhqVJKhOJbg9IaBoW8S8FUrNSbX/view?usp=sharing
We need exact output when the code was run
Striped Rectangle
This Program name is Striped Rectangle. Write a Python program to Striped Rectangle
The below link contains Striped Rectangle question, explanation and test cases
https://drive.google.com/file/d/1S7V-_Rle5eyT53qc6RBlwfpo3MzdknUH/view?usp=sharing
We need exact output when the code was run
Composite Number
This Program name is Composite Number. Write a Python program to Composite Number
The below link contains Composite Number question, explanation and test cases
https://drive.google.com/file/d/1XrSRAXys8kKSTYMSm58aED455XD_i4tm/view?usp=sharing
We need exact output when the code was run
Sum of Odd Numbers
This Program name is Sum of Odd Numbers. Write a Python program to Sum of Odd Numbers
The below link contains Sum of Odd Numbers question, explanation and test cases
https://drive.google.com/file/d/1XyawxIFSDpbEnTwPW0j0uCVJ1vPZ_ysM/view?usp=sharing
We need exact output when the code was run
Sum of Even numbers
This Program name is Sum of Even numbers. Write a Python program to Sum of Even numbers
The below link contains Sum of Even numbers question, explanation and test cases
https://drive.google.com/file/d/1ZB7K9IsnO1Slj4LIMnJCk4NEVsjQDLeq/view?usp=sharing
We need exact output when the code was run
GIven a class definition:
class Circle
{
private:
int radius;
public:
Circle (int inputRadius)
{ radius = inputRadius; }
}
Please provide 2 distinct ways to create circle_object with initial radius value = 5.
Letter, Digit or Special Character
This Program name is Letter, Digit or Special Character. Write a Python program to Letter, Digit or Special Character, it has two test cases
The below link contains Letter, Digit or Special Character question, explanation and test cases
https://drive.google.com/file/d/1iGIZxhoPoL67KNkroEgQpaIo3Vh8w7dE/view?usp=sharing
We need exact output when the code was run
Remove Vowels in a Sentence
This Program name is Remove Vowels in a Sentence. Write a Python program to Remove Vowels in a Sentence
The below link contains Remove Vowels in a Sentence question, explanation and test cases
https://drive.google.com/file/d/12FtBgqjIiaxVMyWPwI4Ys141HkUJJnpC/view?usp=sharing
We need exact output when the code was run
Palindrome - 3
This Program name is Palindrome - 2. Write a Python program to Palindrome - 3
The below link contains Palindrome - 3 question, explanation and test cases
https://drive.google.com/file/d/1ZELb2KSvV36MM4kiF-dTFTC43CeUiFH9/view?usp=sharing
We need exact output when the code was run
Palindrome - 2
This Program name is Palindrome - 2. Write a Python program to Palindrome - 2, it has two test cases
The below link contains Palindrome - 2 question, explanation and test cases
https://drive.google.com/file/d/1j4ZI4ICjvLPbHyB-v2SQ7ncojkMyheBD/view?usp=sharing
We need exact output when the code was run