TWIN PRIMES IN A RANGE OF NUMBERS———————————– Twin primes are two consequetive odd numbers that are prime. Write a function that returns 1 if the input is a prime and0 otherwise. int is_prime(int number) {} Write a C Program to generate all twin primes in a given rangeof numbers using the is_prime function. Your program […]
Archive for the ‘Software Engineering’ Category
The polygon
In this assignment you are to create specific animations of a polygon. The polygon should be created using the following technique: Each vertex is defined by clicking on the window. The final number of sides is determined by clicking on the first vertex a second time.Once the polygon has been defined, it should be filled […]
3 Assembly Programming Problems
3 Programming problems to be completed in Assembly. The first one is computing the number of characters in a string. The second takes an array of 3 dimensional coordinates and returns only the x coordinates. The third finds the first occurrence of a string consisting of 2 characters in a larger string. I have attached […]
programming assignment
In this assignment you are to create a scene that includes the following elements: -An enclosed space, such as a kitchen, garage, or classroom including: -Floor -Three walls -Ceiling-Counters and cupboards, workbenches, desks or chairs as appropriate-At least 5 objects that would be found in the space such as toolboxes, computers, etc.-Multiple […]
Computer Science C++ programming assignment
This is a C++ intro to software engineering, this is for a Computer Science class i have to make a race between a turtle and rabbit. I uploaded the assignment requirements i also uploaded a sample output of how it suppose to look. please read the bottom 4.GRADING part, the most important part In order […]
Minesweeper game with GUI
Implement in Java with a GUI the game Minesweeper with the following restrictions: 1. Board size: you should give the option to the user to choose at the start of the game between “Beginner”, “Intermediate” and “Advanced”. The board size and number of mines for each of these three choices are the following: Beginner: board […]
SMOTE
I am doing KNN model and I have very imbalanced data like below. Now I want to over sample Buy and Sell Label to be the same amount of Don’t Move in my KNN model. I want to use SMOTE Synthetic sampling. I can share my code once a person is able to do it.Buy […]
Investment Recursion
An investment company guarantees a 2% monthly compounded return on your investment. You want to see how long it takes to reach a total of $500,000 dollars in investment plus return. Write a program that allows the user to enter a continuous monthly investment (Example – $200 every month) or ($600 every month). The program […]
Computer science Project
Every instructions u need to know is going to be in the file I’ll be providing. Also after finishing the code use the example code to check if the code works. Use python the latest version. Use the tester8 file to check if the program works. Thanks!
Logic-based Programming
Via MS Excel, develop a logic-based programming application. Use the data in the Mod_9_10 OUITBloodPressureTableau.xlsx Excel spreadsheet (or corresponding .zip file). Create a dropdown that allows the user to select: State, County Location Hospital Type Use these selections to determine: The total number of patients at the […]