Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

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

Capital and Country

The goal of this coding exam is to quickly get you off the ground with HTML select element

Reference image:(final output)

https://assets.ccbp.in/frontend/content/dynamic-webapps/capital-and-country-op.gif


Test cases:

  1. page should consist only one HTML span element with a non-empty text content
  2. page should consist only one HTML paragraph element
  3. page should consist of selected as HTML attribute for the HTML option element
  4. JS code implementation should use addEventListenter with event as change
  5. when the value of the HTML select element is changed ,then the text content in the HTML paragraph element should be the selected country name
  6. page should consist only one main heading element
  7. page should consist of HTML select element
  8. page should consist of four HTML option elements with attribute as value.


pass the above all test cases....


write c++ program using a dynamic arrays to assign seats to pessenger


Develop a Python application which will accept n non-negative integers and will display the DIVISORS of each number then will determine the COMMON DIVISORS of the input integers.



Sample Output:



How many numbers? 4



Input Number 1: 10



Input Number 2: 50



Input Number 3: 15



Input Number 4: 20



Divisors



10: 1 2 5 10



50: 1 2 5 25 10 50



15: 1 3 5 15



20: 1 2 5 10 20



COMMON Divisors is/are: 15

Of the data type text, number, or yes/no which would be the appropriate for a phone number field that need to store data in the format (123)555-7890? Explain your answer.


char.asm: Construct an assembly language program that will accept either an upper case or a lower case letter then shows what the previous and next letter is.


Develop a Python application which will accept n non-negative integers and will display the DIVISORS of each number then will determine the COMMON DIVISORS of the input integers.



Sample Output:



How many numbers? 4

Input Number 1: 10

Input Number 2: 50

Input Number 3: 15

Input Number 4: 20


Divisors

10: 1 2 5 10

50: 1 2 5 25 10 50

15: 1 3 5 15

20: 1 2 5 10 20


COMMON Divisors is/are: 1 5


I need the code to have an output stated above.


Write a C# Program to rotate an Array of size 10 in left and right Direction three times Create a Class of ArrayRotate with data member of integer type array of size 10, property of that member, all constructors, destructor, user define displayArray() Method, RotateLeft(int[] arr) Method, RotateRight(int[] arr) Method. Then test the functionality of Class in the Driver Class of RotateArray.

Perform Question#1 with using Arraylist Class rather than basic Array. 



Develop a Python application that will randomly select n integers from 1 to 45 without repetitions.


Sample Output:


How many numbers? 6

6 randomly selected nos.

[33, 13, 24, 22, 38, 34]



I need the code to have an output stated above.


Develop a Python application that will accept two non-negative integers and store them in a list and will append ten additional values equivalent to the sum of the two previous elements of the list.


Sample Output:


First Number: 1

Second Number: 3

[1, 3, 4, 7, 11, 18, 29, 47, 76, 123, 199, 322]



I need the code to have an output stated above.


Create a class to print the area of a rectangle. The class has two methods with the same name but different number of parameters. The method for printing area of rectangle has two parameters which are length and breadth.


LATEST TUTORIALS
APPROVED BY CLIENTS