TheGrowthHackersNovigo / Rencita_Day_4

0 stars 0 forks source link

Rencita_Day_4 #1

Open RencitaMonteiro2210 opened 2 months ago

RencitaMonteiro2210 commented 2 months ago

+Initial commit

RencitaMonteiro2210 commented 2 months ago
  1. • Create a List Collection of type List(of string) • Add new Item to the collection • Check Given element exists in list or not • Remove item from the list • Clear the list Data: List_Cities = {“Bangalore”, ”Mangalore”, “Hubli”} Add Item -> “Mysore” Check Given Item in list -> “Bengaluru” Remove Item from list -> “Mangalore. Clear the list.
  2. • create a Dictionary of students

• Add "Eve" with a grade of 90 to the dictionary and display it in the message box.

• Update Bob's grade to 95 in the dictionary and display the result in the message box. • students with grades greater than or equal to 90 and store the result in a new dictionary and display the new dictionary result in the message box.

  1. • Get the full name in the format "FirstName LastName". • Split the full name into first name and last name. • Convert both names to lowercase. • Combine them to form an email address in the format "firstname.lastname@company.com". • Display the generated email address using a message box.

  2. • Get the sentence input from the user. • Split the sentence into words. • Iterate through the words and display each word using a Message Box activity

5, • Use an Input Dialog activity to ask for the user's name. • Use another Input Dialog activity to ask for the user's age. • Format a greeting message (e.g., "Hello, [Name]! You are [Age] years old."). • Display the formatted message using a Message Box activity.

6, Extract Customer ID Using Regex (Number between two Arabic Keyword) Input 1: EXIT FROM C/A TO C/A رقم 1110363069940 سالم سليم حامد الجهني ID# 1024863027 REF 3230221072445759 SAR

Input 2: EXIT FROM C/A TO C/A رقم 4060762249940 نواف عودة سالم الدبر شخصي ID# 1058056720 ادخار

Question 1-5 Completed

RencitaMonteiro2210 commented 2 months ago
RencitaMonteiro2210 commented 2 months ago
RencitaMonteiro2210 commented 2 months ago