1,475 Answered Questions for the topic computer programming
Computer Programming Computer Science
09/13/20
Find the time complexity of the given code:
For i=1 to n-1 For j=0 to n-i-1 If a[j] > a[j+1] then Set temp=a[j] Set a[j]=a[j+1] Set a[j+1]= temp
09/13/20
Find the time complexity of the following code:
for(i=1; i<=n; i++) for(j=1; j<=log(i); j++) Print "HELLO";
09/10/20
Coffee Shop programm
need C++ code for the following programmingThe assignment is based on the following scenario: The USP Coffee Shop offers a range of beverages to its customers. The coffee shop is upgrading their...
more
09/10/20
windows forms Application
Part 1: Programming – Hotel Room Sales Application1.1 Problem StatementThe current pandemic has seen most hotels in the Pacific Islands on the verge of closure. The locals have been encouraged to...
more
Computer Programming Visual Basic
09/10/20
windows forms Application
Part 1: Programming – Hotel Room Sales Application1.1 Problem Statement The current pandemic has seen most hotels in the Pacific Islands on the verge of closure. The locals have been encouraged to...
more
09/09/20
-Need the pseudo code and the flowchart. -answer part 3 for the question which is two essays!
here is the code for the program.-Need the pseudo code and the flowchart.-answer part 3 for the question which is two essays!C++ code:#include <iostream>using namespace std;#include...
more
Computer Programming
09/08/20
How many bytes of data can a 3 GB hard drive store?
09/08/20
The 7-bit ASCII code for the character ‘T’ is: 1010100
The 7-bit ASCII code for the character ‘T’ is:1010100An even parity check bit is now appended to the end of the code so 8 bits are transmitted. What will be the transmitted code for the ASCII...
more
09/08/20
Programming with C#
Hi, why does it become red in the following code?/* Console.Write("Write a number: ");int number = Convert.ToInt32(Console.ReadLine());if (number % 2 == 0 && (11 < number < 21 || 34...
more
09/07/20
Write a program in python using tuple if possible.
Pure Gems Store sells different varieties of gems to its customers. Emerald, Ivory, Jasper, Ruby, Garnet and their prices are 1760, 2119, 1599, 3920, 3999 respectively. Write a Python program to...
more
09/05/20
Need C++ coding or this assignment
NEED A C++ CODING USING DEV-C++ AND THE PSEUDOCODE AND FLOWCHART OF THE PROGRAM CREATED.ESSAY WRITING IN 150-250 WORDS.
09/05/20
please convert this c++ program to c :
// C++ program to implement division with large // number #include <bits/stdc++.h> using namespace std; // A function to perform division of large numbers string longDivision(string number,...
more
09/05/20
Managing Customer Records in a Bank
Problem: Managing Customer Records in a BankA bank in your town updates its customers’ account at the end of each month. The bank offers two types of accounts: Savings and Checking. Every customer...
more
09/04/20
please complete this code :(same variables )
hi this is my code to multiple two large numbers can you please complete it so it divides two numbers too (without changing the variables in the code and please be sure it compile correctly with...
more
09/04/20
What is the growth rate function and time complexity of the following code:
Set I=nwhile I>1 J=1 while J<n K=1 while K<n K+=2 J*=2 I/=2
Computer Programming Computer Science
09/04/20
What is the growth rate function and time complexity of the following code:
void fun(int n, int arr[ ]){int i, j, k=0;for(; i<n ;++i) while(j<n && arr[i]< arr[j ]) j++;}
08/31/20
please write a C program to :
we have a list of student's firstname [80]lastname[80]student's number[11]grade (float)a program to :add a new student to the list remove a student from the list search a student by student...
more
08/30/20
please complete this code :
hi this is my code to multiple two large numbers can you please complete it so it divides two numbers too (without changing the names) :#include <stdio.h>#include <stdlib.h>#include...
more
08/29/20
How to write this in c++ structures language?
Consider that you are given with a database of employee records (at least 5).Each employee record having following information –Emp_id(integer) Emp_name(string) Emp_city(string)Assume that Emp_id...
more
08/28/20
C programming :
please help me write a program to get numbers until user enters "-1" then prints all the numbers in reverse order .for exp :121445123-1prints :-1 123 45 14 12PLEASE use recursive functions if...
more
Computer Programming
08/27/20
How did the koobface virus affect linux systems compared to microsoft
08/25/20
c programming :
please help me write a program to get numbers until user enters "-1" then prints all the numbers in reverse order .for exp : 121445123-1prints :-1 123 45 14 12
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.