Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please solve fast 3. Design an assembly program to read any string then encode it according to the following encryption rule: Letter with index 0

please solve fast image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
3. Design an assembly program to read any string then encode it according to the following encryption rule: Letter with index 0 is encrypted to letter with index 25 Letter with index 1 is encrypted to letter with index 24 Letter with index 2 is encrypted to letter with index 23 Enter any string: Hello my dear friend The encrypted string is: Svool nb wvzi uirvmw 4. Design an assembly program to read a (one digit) integer, then display its multiplication table Enter any integer: 3 The corresponding multiplication table is: 13=323=633=943=1253=15 5. Design an assembly program to read any string and a single char. Then you need to display that string after removing all the duplications of the given char. Enter any string: Hello my dear friend. Enter any char: e The given string after removing the above char is: Hllo my dar frind 2. Design an assembly program to read: a. An array of 10 characters separated by comma b. A separate char Then you need search the given array for the input char and display its corresponding index Enter an array of 10 chars separated by comma: a,b,c,d,f,g,t,h,j,s Enter any char: h The given char is first found at index: 7

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Logics For Databases And Information Systems

Authors: Jan Chomicki ,Gunter Saake

1st Edition

1461375827, 978-1461375821

More Books

Students also viewed these Databases questions

Question

8-6 Who poses the biggest security threat: insiders or outsiders?

Answered: 1 week ago