Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Character Frequency


Write a program to compute the frequency of characters other than space.


Sample Input 1

Pop up

Sample Output 1

o: 1

p: 3

u: 1


We want to replicate the Covid-19 Vaccination notification system. The user input the date of a person who has received the first dose of vaccine they should receive the text message telling them the next date for the 2nd dose. Vaccine Name Waiting Period for 2nd Dose Pfizer ‘F’ 24 Moderna ‘M’ 25 Sinopharm ‘S’ 15 Sinovac ‘V’ 18 Pakvac ‘P’ 21 AstraZeneca ‘A’ Not Required Sample Input Enter the Day of the first dose of vaccination: 12 Enter the Month of the first dose of vaccination: 7 Enter the Year of the first dose of vaccination: 2021 Enter the vaccination Name: P

Prefix suffix


Write a program to check the overlapping of one string's suffix with the prefix of another string.



Sample Input 1

ramisgood

goodforall


Sample output 1

good


Sample Input 2

finally

restforall


Sample Input 2

No overlapping


Polynomial


Given polynomial, write a program that prints polynomial in Cix^Pi + Ci-1x^Pi-1 +....+C1x+C0 format


Sample Input 1

5

0 2

1 3

2 1

4 7

3 6


Sample Input 1

7x^4 + 6x^3 + x^2 + 3x + 2


Numbers in string-2


Given a string, write a program to return the sum and average of the numbers that appear in the string, ignoring all other characters.


Sample Input 1

I am 25 years and 10 months old


Sample output 1

35

17.5


Sample input 2

Tech Foundation 35567


Sample output 2

35567

35567.0


Ask the user to enter 10 positive integers and find the maximum and minimum number, if the user enters a negative number exit the program displaying the message “NOT COOL”. If all numbers are positive display the maximum and minimum numbers as well as if they are even or odd. We can exit the program using exit(1); statement. Sample Input 20 12 891 981 750 400 3 5 20 2 Sample Output The maximum number is 981 and it is an Odd Number. The minimum number is 2 and it is an Even Number.

Numbers in string-1

Given a string, write a program to return the sum and average of the digits of all numbers that appear in the string, ignoring all other characters.


Sample Input 1

Anjali25 is python4 Expert


Sample output 1

11

3.67


Sample input 2

Tech Foundation 35567


Sample output 2

26

5.2


Weekends


Given two dates D1 and D2,write a program to count the number of Saturday's and Sundays from D1 to D2(including D1 and D2). The date in string format is like "8 Feb 2021".


Input


The first line of input will contain date D1 in the string format.

The second line of input will contain date D2 in the string format.


Sample input 1

25 Jan 2021

14 Feb 2021


Sample output 1

Saturday: 3

Sunday: 3


Sample input 2

25 May 2019

22 Dec 2021


Sample output 2

Saturday:135

Sunday: 135


DESIGN, ANALYSE AND CODE any method for the GENERIC MyLinkedList class that will manipulate the linked list. You can decide yourself what it should be following the specification below:

1. Purpose: The method must make logical sense – it should be of some purpose to somebody.

You should describe in the text who will use the method for which purpose.

2. Clearly explain the problem


Speed Typing Test

In this assignment, let's build a Speed Typing Test using Html,Css, Javascript

Refer to the below image.

https://assets.ccbp.in/frontend/content/dynamic-webapps/speed-typing-test-output.gif


Instructions:

  • Add HTML container element with id speedTypingTest
  • Add HTML paragraph elements with id timer, quoteDisplay and result
  • Add HTML textarea element with id quoteInput
  • Add HTML button elements with id submitBtn and resetBtn
  • Add the Bootstrap component spinner


Resources

Clock Image:

  • https://assets.ccbp.in/frontend/dynamic-webapps/clock-img.png
LATEST TUTORIALS
APPROVED BY CLIENTS