1,502 Answered Questions for the topic computer programming
12/10/20
C++ Encryption/Decryption Spaces Problem Caesar Cipher
C++ I have a problem with this code I can't encrypt with spaces for the caesar cipher and decrypt back for caesar cipher with spaces. I have it working on substitution cipher but I can't fix it for...
more
12/08/20
Microsoft office final help
To change the size of a page in a Word document:Question 1 options:
Home tab > Font group > Size
Insert tab > Pages group > Size
Design tab > Document Formatting group >...
more
12/08/20
Important question for computer science
The complete program below and upload to Moodle under assignment named “Python Lab 1". *You will need to use a python editor. While there may be one already on your computer, it may be better to...
more
Computer Programming Math
12/08/20
important question needed answered
The complete program below and upload to Moodle under assignment named “Python Lab 1". *You will need to use a python editor. While there may be one already on your computer, it may be better to...
more
Computer Programming Math
12/08/20
computer programming prompt need help
*You will need to use a python editor. While there may be one already on your computer, it may be better to use IDLE (free program) which requires you to download it. Link can be found in under the...
more
12/07/20
NEED HELP ASAP JAVA CODE
Quadratic equations ax2 + bx + c = 0. Class consists of:
private data fields a, b,c that represent 3 coeffiecients
no org constructor
3 arg constructor
3 getter methods for a,b,c
a method name...
more
12/07/20
If I am trying to create a barplot with errors, what am I doing wrong in this code that is producing an error?
Error message: Error: unexpected '=' in:" summarise(`Support For H-1B Visas` = mean(h1bvis.supp, na.rm = TRUE) %>% sd ="Code:immig %>% mutate(`Full Sample` = case_when( ...
more
12/06/20
C++ Project/Program Encrypt/Decrypt
Need this program coded in c++, attached are the instructions and the given hint by the prof. Use the hint to code the program that is required for this assignment instructions. Use...
more
12/06/20
C++ Project/Program Encrypt/Decrypt
Need this program coded in c++, attached are the instructions and the given hint by the prof. Use the hint to code the program that is required for this assignment instructions. Use...
more
12/05/20
How do I fix this C++ project
#ifndef H_UnorderedLinkedList#define H_UnorderedLinkedList#include "linkedList.h"using namespace std;template <class Type>class unorderedLinkedList : public linkedListType<Type>{public:...
more
Computer Programming Computer Science
12/05/20
python question
Write a python program using a function to prompt the user for hours and rate per hour to compute gross pay. Pay should be the normal rate for hours up to 40 and two times for the hourly rate for...
more
Computer Programming Computer Science
12/05/20
PYTHON QUESTION
Write a python program using a function to prompt the user for a score between 1 and 100. If the score is out of range, print an error message and exit. If the score is between 0 and 100, print a...
more
Computer Programming
12/03/20
Programming Logic and Design
What application software will you use if you want to prepare the following (include the filename extension of the application software)?
a. Letter ...
more
12/03/20
Please help with CS
True or False and explain, Methods can exist inside the main (Runner) class.True or False and explain. The toString() method is unique and defaulted to every object. True or False and explain. You...
more
11/30/20
Write a C program that implements a simplistic version of the linux cut command.
Write a C program in 3 files as follows:a11.c -main functiona1funcs.c -functions used by maina1funcs.h -prototypes for functions defined in assign2funcs.cYour program implements a simplistic...
more
11/27/20
Consider the following set of processes, with the length of the CPU-burst time given in milliseconds:
Q. Consider the following set of processes, with the length of the CPU-burst time given in milliseconds: Process Burst Time P1 66 P2 33 P3 57 P4 ...
more
11/24/20
Copy/pasting in software that does not support copy/paste.
I was given a small data entry job in which I had to type 2000 data and I had to do this in a specific software. Problem is that I typed almost 200 data in that software and I came to know that the...
more
11/23/20
Can you help me find a topic
I need to make a program in php language, but I could not find what to write a topic or any php code written, can it help you in advance.
11/22/20
Can someone do me this project?-java
The project description:As a programmer, you have been asked to write a Java application, using OOP concepts, for a Hospital with the following requirements:• The Hospital has several employees and...
more
11/22/20
Can someone fix my code based on my comment under this question? *java*
My code:package javaapplication45;import java.util.ArrayList;import java.util.List;import java.util.Scanner;public class JavaApplication45 {// Maain Classpublic static void main(String[]...
more
11/21/20
Can someone fix my code based on my comment under this question? *java*
My code:package javaapplication45;import java.util.ArrayList;import java.util.List;import java.util.Scanner;public class JavaApplication45 {// Maain Classpublic static void main(String[]...
more
11/20/20
(C++) Use AND, NOT, OR, XOR
Code C++ using AND, NOT, OR, XOR from:S = ++G * H < D > 100J = --G + D * H < 100K = ++S + --J * G > 200L = S + J + K > 150
11/18/20
Help!! How to solve these matlab problems?
Problem1:Enter the following data into the Matlab command window.A=[02: 1 4];B=[1 3; 2 6]:What is A*B? What is A.*B?What does A.^-I produce verses A^-1?Problem3:Given the matrix: M=[1 1; 1 3;]; Use...
more
11/17/20
How to write or solve these problems in matlab?
Problem1:Enter the following variables into your command window:A=[1 2 3:];B=[1:2:3];Can you subtract A from B?Can you add A to A?Problem2: Enter the following data into the Matlab command...
more
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.