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

Assume a text file “Test.txt” is already created. Using this file, write a function to create three

files “LOWER.TXT” which contains all the lowercase vowels and “UPPER.TXT” which contains all 

the uppercase vowels and “DIGIT.TXT” which contains all digits



Write a program in Python allowing to delete multiple spaces in a text file

named myfile.txt which contains a text: T =

'Python is programming language'



# Function: Display the Bitcoin price in the menu item – to assist the user when setting price levels

   def updateMenuPrice(self):

       # Get the latest Bitcoin info (as a Tick object) from getBitMexPrice(). Name it tickObj.

       tickObj = self.getBitMexPrice()

       # Update the currentPrice property with the Bitcoin price in tickObj.



The placement season has begun in a college. There are N number of students standing outside an interview room in a line. It is given that a person who goes in first has higher chances of getting selected.
Input1- an integer N, which denotes the number of students present
Input2- An array of size N, denoting the problem solving capacity of the students.

Each student has a number associated with them known as the problem-solving capability (PSC). The higher the capability, the higher the chances of selection. Now, each student wants to know the number of students ahead of him/her who have more problem-solving capability than him/her.

Find this number for each student.

Write a Java program that gets strings containing a person’s first name and last name as separate values, and then displays their “initials”, “name in address book”, and “username”. For example, if the user enters a first name of “John” and a last name “Smith”, the program should display “J.S.”, “John SMITH”, and “jsmith”.



A financial organization needs to design a secured authentication system.

·       The system should accept the user’s credentials and check if the user is legitimate.

·       In case the user is legitimate it should ask the user whether he wants to know the account balance, make fund transfer and update balance.

·       In case user is not legitimate inform the admin about unauthorized access

·       If more than 3 wrong login attempts are made for the user then lock the account and do not allow access for that account

·       Secured password based account unlock by legitimate user

·       Get monthly reports of unauthorized access

Design an algorithm to accomplish this and implement the same using C.


Input


The integer I gave


Description

N/A


Constraints

N/A


Sample

N/A


Output


The first line will contain a message prompt to input the integer.

The second line contains the word "yes" or "no".


Enter·the·integer:·76

no


Input


The letter to be checked


Description

N/A


Constraints

N/A


Sample

N/A


Output


The first line will contain a message prompt to input the letter to be checked.

The second line verifies whether the letter is a vowel or not.


Enter·the·letter:·a

Vowel


Input


Programmer's age


Description

N/A


Constraints

N/A


Sample

N/A


Output


The first line will contain a message prompt to input the Programmer's age.

The second line will contain either "Adult" or "Minor".


Enter·the·Programmer's·age:·19

Adult


Input


The Programmer's dad's age


Description

N/A


Constraints

N/A


Sample

N/A


Output


The first line will contain a message prompt to input The Programmer's dad's age.

The second line contains that inputted age.

The third line contains a string if his dad is a senior citizen.


Enter·The·Programmer's·dad's·age:·62

His·age·is·62

Senior·Citizen


LATEST TUTORIALS
APPROVED BY CLIENTS