Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

Hi It will be very helpful to me if I

Question Hi It will be very helpful to me if I could get solution to this problem for checking with my solution. Thank you. ATTACHMENT PREVIEW Download attachment qa_attachment_1565263069325.jpg Problem: A company wants you to create a program to manage records and do analysis regarding projects. The company stores all information in a file as follows: . The PROJECT file contains project characteristics such as the project name and project code. The EMPLOYEE file contains the employee names, phone number, address, etc. . The JOB file contains the billing charge per hour for each of the job types – a biological engineer, a computer technician, and electrical engineer would generate different billing charges per hour. The CHARGE file would be used to keep track of the number of hours by job type that will be billed for each employee who worked on the project. Requirements 1. This problem must be solved using structures and arrays. Create the struct for each file. In the driver program, read the files into the respective arrays. The analysis should happen through these arrays. 2. Your program should do the following: . Read the data file and store details in arrays. . Create a menu for the user that can do the following: o Exit program o Display all projects handled by the company o Display Employee ID, Employee Name, Job Description and Total amount earned by each employee. Amount can be calculated using CHG_HOURS and JOB_CHARGE. o Display project code, project name and the total amount paid to all employees involved in that project. o Search an employee using the employee ID. This function should return the index of the record or it should return -1. Printing should be handled by the main program. o Insert an employee in the array. Except the first menu, all others should be implemented using functions of the main program.

what is the equivalent implementation of react-360 implementation in c ?

Question what is the equivalent implementation of react-360 implementation in c ?

How to write a device driver for windows in c ?

Question How to write a device driver for windows in c ?

How can one implement HTA ?

Question How can one implement HTA ?

Left Center Right (LCR) style=”color:rgb(0,0,0);”>Left Center Right (LCR) is a

Question Left Center Right (LCR) style=”color:rgb(0,0,0);”>Left Center Right (LCR) is a multiplayer dice game with a minimum of threeplayers, but no upper limit on the number of participants. The goal is to winall of the chips.The DiceThere are three dice rolled each turn. Each die has the letters L,C, and R on it along with dots on the remaining three sides. These dicedetermine where the player s chips will go.For each L, the player must pass one chip to the player sitting tothe left.For each R, the player must pass one chip to the player sitting tothe right.For each C, the player must place one chip into the center pot andthose chips are now out of play.Dots are neutral and require no action to be taken for that die.The ChipsEach player will start with three chips.If a player only has one chip, he/she rolls only one die. If aplayer has two chips left, he/she rolls two dice. Once a player is out of chips,he/she is still in the game (as he/she may get chips passed to him/her), butpasses the dice to the next player.Winning the GameThe winner is the last player with chips.Final Project Building Block Two: PseudocodeCREATE a DICE class to handle all dice and random number generatingfunctions.2.CREATE a PLAYER class to track number of players and chip counts.3.CREATE a GAME class to handle UI, GAME LOGIC and MENU options.4.RETRIEVE game rules from associated text file.5.DISPLAY game rules on screen6.OBTAIN number of players from user7.CHECK number of users. REQUEST more players if number entered is BELOWthree.8.START game9.DISPLAY number of players, and how many chips each player has (defaultthree).10.ROLL DICE using a random number generator.11.DISPLAY ROLL RESULTS12.MOVE chips according to ROLL RESULTS.13.CALULATE centre chips14.CALULATE remaining chips for each player.15.DISPLAY players remaining chips16.RECALCULATE number of dice per player, based on REMAINING chips.17.ROLL DICE again using the random number generator.18.REPEAT steps 11 through 17 until one player has no chips.19.SKIP player with no chips turn.20.ROLL DICE again using a random number generator.21.IF player with no chips does not receive any new chips.22.Then player WINS, DISPLAY winner and chip count for all players.23.ELSE GAME CONTINUES, REPEAT steps 11 through 20 until one player hasno chipsfor tworounds.24.DISPLAY ask players if they would like to play again.25.IF YES26.Then, reset all counters and restart program.27.ELSE END PROGRAMCould you help me write the UML class diagram for this game please!

Please help me with this exercise Attachment 1 Attachment 2

Question Please help me with this exercise Attachment 1 Attachment 2 Attachment 3 Attachment 4 ATTACHMENT PREVIEW Download attachment Screen Shot 2019-08-07 at 8.18.10 AM.png instructions You will complete a JavaFX application named ”Scrabble points Generator” The application will allow the user to TYPE in a word and it will calculate how many points that word is using the scrabble point system. Please refer to the photo below for the Scrabble Point System. The application will also decrease the letter counter when the user has entered a word. For example, there are 9 “A” letters in the bag in scrabble. if the user enters the words “ha” and ”able”, he or she has only 7 ”A” letter remaining. Please refer to the second column ofthe image below ATTACHMENT PREVIEW Download attachment Screen Shot 2019-08-07 at 8.18.43 AM.png ATTACHMENT PREVIEW Download attachment Screen Shot 2019-08-07 at 8.19.02 AM.png Please keep a running Point total and a history of words submitted. The restrictions for valid words are as follows: o Two letters minimum 0 One letter must be vowel I A, E, LO, UorY 1» 8 letters maximum 0 Cannot have duplicate words Use this Android Layout as a sample layout I mockup. However, you can design the application however way you see fit. Horne Total Points 0 J A D D V 3 1 0 6 6 9 V H P H Y 9 2 2 2 2 SUBMIT WORD Previous Words The Total Points area will run a running total The grid of letters will display the point values for each letter (please put 26 instead of 10). Also note that the point values are NOT according to Scrabble rules, The Submit Word button will determine if word is valid. The Previous Words section will store previous words ATTACHMENT PREVIEW Download attachment Screen Shot 2019-08-07 at 8.19.11 AM.png Graphics I Layout Rubric 26 Letters displayed with their accompanying point values (26 marks [V2 mark for letter, ‘5 mark for point]) TextField to type word (1 mark) Submit Word button (1 mark) Previous Word element to display previous words (2 marks) Design look 8: creativity (5 marks) 35 marks Java Rubric Submit button initializes processing (1 mark) History to Previous Words is kept as any data structure desired (3 marks) Previous Words node displays valid previous words in format ”Wordl, WordZ” (notice the commas in-between words and no trailing comma) (5 marks) Counter of Letters remaining “in bag” is accurate according to the chart above (5 marks) Letter is either greyed out, disabled or disappears when no more remaining (6 marks) Error message is displayed when user clicks Submit Word and (1 mark) 0 Word is too short (only 1 character) (1 mark) o Word does not include vowel (2 marks) 0 Word is blank (1 mark) o Word is too long (more than 8 characters) (1 mark) 4. Word contains letter that is no longer available “in bag” (5 marks) Error message disappears when error is corrected (1 mark) Message of

a flowchart, and C code for a program that does

Question a flowchart, and C code for a program that does the following:

introduce functions with a program that calls – or makes

Question introduce functions with a program that calls – or makes use of – two functions. So, you have main(), which is included in every program, and you have firstFunction() and secondFunction(). Each time a function finishes, program control is returned to whatever called the function. In this case, that is main()

program uses a loop and calls a function called firstFunction()

Question  program uses a loop and calls a function called firstFunction() five times, each time passing an argument that is the value of the counter. Each time it calls the function, a new message is printed. Then firstFunction() calls secondFunction(), without arguments. When control returns to main(), main() calls thirdFunction().

pass variables to functions either by address or by value.

Question pass variables to functions either by address or by value. If you pass a variable by address, then both functions will see the changed value of the variable (if the value changes). If you pass a variable by value, you are really passing a copy of the variable, and the calling function will not see the changed value of the variable (if the called function changes its value).Of note in this exampleYou pass a variable by prepending the variable name with an ampersand (

program gets values from the user, and then runs a

Question program gets values from the user, and then runs a calculation. The values are passed by reference (by address), so the main() function sees the changed values of the variables. The first function (getValues()) gets user input. The second function (calcCubic), performs the calculations, and the third function (printCubic()) prints the result

This question was created from regex_replace_challenge.py https://www.coursehero.com/file/37809537/regex-replace-challengepy/ This challenge requires

Question This question was created from regex_replace_challenge.py https://www..com/file/37809537/regex-replace-challengepy/ This challenge requires us to use a regex_search_challange_student.py file to write what is under #1, then use the string to seach for a regular expression like regular expression or any of the other (-:

a program can read in text from the keyboard until

Question a program can read in text from the keyboard until an exclamation mark (‘!’) is found. (Note that the exclamation mark might not be on the first line of input. It might be many lines down!)Using a list of integers subscripted (logically) by the letters ‘A’ through ‘Z’, count the number occurrences of each letter (regardless of whether it is upper or lower case). In a separate, single variable, also count the total number of “other” characters (‘.’, ‘?’, ‘ ‘, ‘2’, etc.). (Note: There are NOT separate counters for every ‘other’ character, it’s just the grand total.)Print out the count for each letter found (but not for those which where not found!) Also, print the total count of the non-letter characters.By inspecting the list, print out the count of the number of vowels, and the number of consonants.Finally, print out which letter was found the most times. (Note there may be more than one letter which has the maximum count attached to it.) Also, print out which letter (or letters) was found the least number of times, but make certain to exclude letters which were not found at all.

Project in VHDL which needs to be completed

Hello I have a project in VHDL which I need help on. it is an IRIG system. I have implemented everything except the decrement feature which lets the user decrements the seconds, minutes, hours, days,months, and years.Please let me know if you can help me. Once accepting the offer I will suplly the tutor with my latest work on this project.Thank you.

As a teacher at the beginning of the school year,

Question As a teacher at the beginning of the school year, outline/explain how you would begin to differentiate instruction for your students. What obstacles do you feel you may need to overcome to be successful in implementing a variety of instructional strategies to effectively meet diverse individual and collective needs of students?

What does it mean to: call messageBox() <span

Question
What does it mean to: call messageBox() on getView() to display the error message "Could not open * gradebook.txt for reading. Exiting." 

6. True or False: In Java, an array can only

Question 6. True or False: In Java, an array can only store one type of data. For instance, you cannot create an array that stores both double and String values. Explain briefly. 7. Define an interface class that contains two int constants, X = 5 and Y = 10 and one int method called useXY which receives no parameters. Call your interface class XYClass 

8. Explain briefly instance variables, and static/class variables. 9. Given

Question 8. Explain briefly instance variables, and static/class variables. 9. Given that s is a String, what does the following loop do? for (int j = s.length(); j > 0; j--){ System.out.print(s.charAt(j-1)); } 

This question was created from itec 1620 final another1 https://www.coursehero.com/file/21137475/itec-1620-final-another1/

Question This question was created from itec 1620 final another1 https://www..com/file/21137475/itec-1620-final-another1/ cont'd ATTACHMENT PREVIEW Download attachment 21137475-334193.jpeg 3. (4- marks) Write a public method called handleTwoArrays that accepts two integer arrays [assuming they are of same sizes] as parameters. The method invokes switchTwoArrays to perform switching if the sum of the values in the

Describe how catching exceptions can help with file errors. Write

Question Describe how catching exceptions can help with file errors. Write three Python examples that actually generate file errors on your computer and catch the errors with try: except: blocks. Include the code and output for each example in your post. Describe how you might deal with each error if you were writing a large production program. These descriptions should be general ideas in English, not actual Python code.

Help me in Writing a program with a function mySum

Question Help me in Writing a program with a function mySum that takes two integer parameters, adds them together, and then returns the sum. The program should ask the user for two numbers, then call the function with the numbers as arguments, and tell the user the sum.Please enter first number: 10 Please enter second number: 5 Sum of 2 numbers is: 15

The post Hi It will be very helpful to me if I appeared first on Smashing Essays.

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

Hi It will be very helpful to me if I

Question Hi It will be very helpful to me if I could get solution to this problem for checking with my solution. Thank you. ATTACHMENT PREVIEW Download attachment qa_attachment_1565263069325.jpg Problem: A company wants you to create a program to manage records and do analysis regarding projects. The company stores all information in a file as follows: . The PROJECT file contains project characteristics such as the project name and project code. The EMPLOYEE file contains the employee names, phone number, address, etc. . The JOB file contains the billing charge per hour for each of the job types – a biological engineer, a computer technician, and electrical engineer would generate different billing charges per hour. The CHARGE file would be used to keep track of the number of hours by job type that will be billed for each employee who worked on the project. Requirements 1. This problem must be solved using structures and arrays. Create the struct for each file. In the driver program, read the files into the respective arrays. The analysis should happen through these arrays. 2. Your program should do the following: . Read the data file and store details in arrays. . Create a menu for the user that can do the following: o Exit program o Display all projects handled by the company o Display Employee ID, Employee Name, Job Description and Total amount earned by each employee. Amount can be calculated using CHG_HOURS and JOB_CHARGE. o Display project code, project name and the total amount paid to all employees involved in that project. o Search an employee using the employee ID. This function should return the index of the record or it should return -1. Printing should be handled by the main program. o Insert an employee in the array. Except the first menu, all others should be implemented using functions of the main program.

what is the equivalent implementation of react-360 implementation in c ?

Question what is the equivalent implementation of react-360 implementation in c ?

How to write a device driver for windows in c ?

Question How to write a device driver for windows in c ?

How can one implement HTA ?

Question How can one implement HTA ?

Left Center Right (LCR) style=”color:rgb(0,0,0);”>Left Center Right (LCR) is a

Question Left Center Right (LCR) style=”color:rgb(0,0,0);”>Left Center Right (LCR) is a multiplayer dice game with a minimum of threeplayers, but no upper limit on the number of participants. The goal is to winall of the chips.The DiceThere are three dice rolled each turn. Each die has the letters L,C, and R on it along with dots on the remaining three sides. These dicedetermine where the player s chips will go.For each L, the player must pass one chip to the player sitting tothe left.For each R, the player must pass one chip to the player sitting tothe right.For each C, the player must place one chip into the center pot andthose chips are now out of play.Dots are neutral and require no action to be taken for that die.The ChipsEach player will start with three chips.If a player only has one chip, he/she rolls only one die. If aplayer has two chips left, he/she rolls two dice. Once a player is out of chips,he/she is still in the game (as he/she may get chips passed to him/her), butpasses the dice to the next player.Winning the GameThe winner is the last player with chips.Final Project Building Block Two: PseudocodeCREATE a DICE class to handle all dice and random number generatingfunctions.2.CREATE a PLAYER class to track number of players and chip counts.3.CREATE a GAME class to handle UI, GAME LOGIC and MENU options.4.RETRIEVE game rules from associated text file.5.DISPLAY game rules on screen6.OBTAIN number of players from user7.CHECK number of users. REQUEST more players if number entered is BELOWthree.8.START game9.DISPLAY number of players, and how many chips each player has (defaultthree).10.ROLL DICE using a random number generator.11.DISPLAY ROLL RESULTS12.MOVE chips according to ROLL RESULTS.13.CALULATE centre chips14.CALULATE remaining chips for each player.15.DISPLAY players remaining chips16.RECALCULATE number of dice per player, based on REMAINING chips.17.ROLL DICE again using the random number generator.18.REPEAT steps 11 through 17 until one player has no chips.19.SKIP player with no chips turn.20.ROLL DICE again using a random number generator.21.IF player with no chips does not receive any new chips.22.Then player WINS, DISPLAY winner and chip count for all players.23.ELSE GAME CONTINUES, REPEAT steps 11 through 20 until one player hasno chipsfor tworounds.24.DISPLAY ask players if they would like to play again.25.IF YES26.Then, reset all counters and restart program.27.ELSE END PROGRAMCould you help me write the UML class diagram for this game please!

Please help me with this exercise Attachment 1 Attachment 2

Question Please help me with this exercise Attachment 1 Attachment 2 Attachment 3 Attachment 4 ATTACHMENT PREVIEW Download attachment Screen Shot 2019-08-07 at 8.18.10 AM.png instructions You will complete a JavaFX application named ”Scrabble points Generator” The application will allow the user to TYPE in a word and it will calculate how many points that word is using the scrabble point system. Please refer to the photo below for the Scrabble Point System. The application will also decrease the letter counter when the user has entered a word. For example, there are 9 “A” letters in the bag in scrabble. if the user enters the words “ha” and ”able”, he or she has only 7 ”A” letter remaining. Please refer to the second column ofthe image below ATTACHMENT PREVIEW Download attachment Screen Shot 2019-08-07 at 8.18.43 AM.png ATTACHMENT PREVIEW Download attachment Screen Shot 2019-08-07 at 8.19.02 AM.png Please keep a running Point total and a history of words submitted. The restrictions for valid words are as follows: o Two letters minimum 0 One letter must be vowel I A, E, LO, UorY 1» 8 letters maximum 0 Cannot have duplicate words Use this Android Layout as a sample layout I mockup. However, you can design the application however way you see fit. Horne Total Points 0 J A D D V 3 1 0 6 6 9 V H P H Y 9 2 2 2 2 SUBMIT WORD Previous Words The Total Points area will run a running total The grid of letters will display the point values for each letter (please put 26 instead of 10). Also note that the point values are NOT according to Scrabble rules, The Submit Word button will determine if word is valid. The Previous Words section will store previous words ATTACHMENT PREVIEW Download attachment Screen Shot 2019-08-07 at 8.19.11 AM.png Graphics I Layout Rubric 26 Letters displayed with their accompanying point values (26 marks [V2 mark for letter, ‘5 mark for point]) TextField to type word (1 mark) Submit Word button (1 mark) Previous Word element to display previous words (2 marks) Design look 8: creativity (5 marks) 35 marks Java Rubric Submit button initializes processing (1 mark) History to Previous Words is kept as any data structure desired (3 marks) Previous Words node displays valid previous words in format ”Wordl, WordZ” (notice the commas in-between words and no trailing comma) (5 marks) Counter of Letters remaining “in bag” is accurate according to the chart above (5 marks) Letter is either greyed out, disabled or disappears when no more remaining (6 marks) Error message is displayed when user clicks Submit Word and (1 mark) 0 Word is too short (only 1 character) (1 mark) o Word does not include vowel (2 marks) 0 Word is blank (1 mark) o Word is too long (more than 8 characters) (1 mark) 4. Word contains letter that is no longer available “in bag” (5 marks) Error message disappears when error is corrected (1 mark) Message of

a flowchart, and C code for a program that does

Question a flowchart, and C code for a program that does the following:

introduce functions with a program that calls – or makes

Question introduce functions with a program that calls – or makes use of – two functions. So, you have main(), which is included in every program, and you have firstFunction() and secondFunction(). Each time a function finishes, program control is returned to whatever called the function. In this case, that is main()

program uses a loop and calls a function called firstFunction()

Question  program uses a loop and calls a function called firstFunction() five times, each time passing an argument that is the value of the counter. Each time it calls the function, a new message is printed. Then firstFunction() calls secondFunction(), without arguments. When control returns to main(), main() calls thirdFunction().

pass variables to functions either by address or by value.

Question pass variables to functions either by address or by value. If you pass a variable by address, then both functions will see the changed value of the variable (if the value changes). If you pass a variable by value, you are really passing a copy of the variable, and the calling function will not see the changed value of the variable (if the called function changes its value).Of note in this exampleYou pass a variable by prepending the variable name with an ampersand (

program gets values from the user, and then runs a

Question program gets values from the user, and then runs a calculation. The values are passed by reference (by address), so the main() function sees the changed values of the variables. The first function (getValues()) gets user input. The second function (calcCubic), performs the calculations, and the third function (printCubic()) prints the result

This question was created from regex_replace_challenge.py https://www.coursehero.com/file/37809537/regex-replace-challengepy/ This challenge requires

Question This question was created from regex_replace_challenge.py https://www..com/file/37809537/regex-replace-challengepy/ This challenge requires us to use a regex_search_challange_student.py file to write what is under #1, then use the string to seach for a regular expression like regular expression or any of the other (-:

a program can read in text from the keyboard until

Question a program can read in text from the keyboard until an exclamation mark (‘!’) is found. (Note that the exclamation mark might not be on the first line of input. It might be many lines down!)Using a list of integers subscripted (logically) by the letters ‘A’ through ‘Z’, count the number occurrences of each letter (regardless of whether it is upper or lower case). In a separate, single variable, also count the total number of “other” characters (‘.’, ‘?’, ‘ ‘, ‘2’, etc.). (Note: There are NOT separate counters for every ‘other’ character, it’s just the grand total.)Print out the count for each letter found (but not for those which where not found!) Also, print the total count of the non-letter characters.By inspecting the list, print out the count of the number of vowels, and the number of consonants.Finally, print out which letter was found the most times. (Note there may be more than one letter which has the maximum count attached to it.) Also, print out which letter (or letters) was found the least number of times, but make certain to exclude letters which were not found at all.

Project in VHDL which needs to be completed

Hello I have a project in VHDL which I need help on. it is an IRIG system. I have implemented everything except the decrement feature which lets the user decrements the seconds, minutes, hours, days,months, and years.Please let me know if you can help me. Once accepting the offer I will suplly the tutor with my latest work on this project.Thank you.

As a teacher at the beginning of the school year,

Question As a teacher at the beginning of the school year, outline/explain how you would begin to differentiate instruction for your students. What obstacles do you feel you may need to overcome to be successful in implementing a variety of instructional strategies to effectively meet diverse individual and collective needs of students?

What does it mean to: call messageBox() <span

Question
What does it mean to: call messageBox() on getView() to display the error message "Could not open * gradebook.txt for reading. Exiting." 

6. True or False: In Java, an array can only

Question 6. True or False: In Java, an array can only store one type of data. For instance, you cannot create an array that stores both double and String values. Explain briefly. 7. Define an interface class that contains two int constants, X = 5 and Y = 10 and one int method called useXY which receives no parameters. Call your interface class XYClass 

8. Explain briefly instance variables, and static/class variables. 9. Given

Question 8. Explain briefly instance variables, and static/class variables. 9. Given that s is a String, what does the following loop do? for (int j = s.length(); j > 0; j--){ System.out.print(s.charAt(j-1)); } 

This question was created from itec 1620 final another1 https://www.coursehero.com/file/21137475/itec-1620-final-another1/

Question This question was created from itec 1620 final another1 https://www..com/file/21137475/itec-1620-final-another1/ cont'd ATTACHMENT PREVIEW Download attachment 21137475-334193.jpeg 3. (4- marks) Write a public method called handleTwoArrays that accepts two integer arrays [assuming they are of same sizes] as parameters. The method invokes switchTwoArrays to perform switching if the sum of the values in the

Describe how catching exceptions can help with file errors. Write

Question Describe how catching exceptions can help with file errors. Write three Python examples that actually generate file errors on your computer and catch the errors with try: except: blocks. Include the code and output for each example in your post. Describe how you might deal with each error if you were writing a large production program. These descriptions should be general ideas in English, not actual Python code.

Help me in Writing a program with a function mySum

Question Help me in Writing a program with a function mySum that takes two integer parameters, adds them together, and then returns the sum. The program should ask the user for two numbers, then call the function with the numbers as arguments, and tell the user the sum.Please enter first number: 10 Please enter second number: 5 Sum of 2 numbers is: 15

The post Hi It will be very helpful to me if I appeared first on Smashing Essays.

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"