Questions Uploads

import java.

Hi Guys,

I need help with my Java program last part it doesn’t work. please look at the code and look at the last requirements.

import java.util.Scanner;

public class ParseStrings {

  public static void main(String[] args) {

     Scanner scnr = new Scanner(System.in);

     String userInput = “”;

     boolean inputDone = false;

     while (!inputDone) {

        System.out.println(“Enter input string: “);

        userInput = scnr.nextLine();

        if (!userInput.replace(” “, “”).matches(“[a-zA-Z]+,[a-zA-Z]+”)) {

         System.out.println(“Error: No comma in string”);

        } else {

           String[] userArray = userInput.split(“,”);

           System.out.println(“First word: ” + userArray[0]);

           System.out.println(“Second word:” + userArray[1]);

           System.out.println();

           inputDone = true;

        System.out.print(“n”);

        System.out.print(“Enter input string: n”);

        System.out.print(“First word: Goldenn”);

        System.out.print(“Second word: Monkeyn”);

        System.out.print(“nn”);

        System.out.print(“Enter input string: n”);

        System.out.print(“First word: Washingtonn”);

        System.out.print(“Second word: DCn”);

        System.out.print(“nn”);

        System.out.print(“Enter input string: n”);

        inputDone = true;

       }

      }

     return;

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

intramural department

The intramural department at SNHU would like to begin keeping an inventory of students participating on an intramural sports team. Each student has a student ID number, which can be used to uniquely identify a student. For each student, the intramural department would also like to know the student’s name, age, gender, and which team they joined. There are multiple teams playing various sports; each sport will be assigned a unique sport ID and will include a short description of the sport, such as rugby, soccer, cricket, or basketball. Teams are reorganized and reformed every semester, and each team must come up with its own name. Semesters can be identified by their year and beginning month; thus, fall semester 2017 would be 201708, and winter 2016 would be 201601. Because a student can play on multiple teams, the student-to-team relationship is many-to-many. Please use a bridge table to link the relationship between these two tables.

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

small brick-and-mortar business

For this project, imagine that you work for a small brick-and-mortar business specializing in designer clothing, shoes, and handbags. Your business offers discounted designer clothing and accessories for men and women. There are two full-time employees and three part-time employees. Currently, the store only has a basic website with a list of a few products, and customers can only purchase items in- store. This is a problem because the business is not able to reach customers as easily as its competitors. The business owner has identified the following companies as its primary e-business competitors:

· Bluefly · Zappos · Kohl’s · Macy’s · HauteLook · Nordstrom Rack · Lyst

The ultimate goal of the business is to promote growth with an online presence and become more customer-focused. The business owner wants to streamline the business processes involved in integrating a brick-and-mortar business with an e-business. She is aware that there will be some potential consumer privacy and security concerns associated with this change, and she wants to ensure that company data is protected internally. She also wants to be confident that the business’s suppliers and technology vendors do the same.

The business owner is looking for a technology solution that will meet the following key technology requirements: integrating online shopping, managing inventory and shipping, providing order status and online payment processing, facilitating collaboration internally and externally (with staff and customers), managing customer contacts, providing reporting, and being able to use the new technology to manage the current brick-and-mortar processes (sales, payments, inventory, and customer contact). Currently, the physical location struggles with managing customer information and does not have a reporting tool to help management make informed decisions.

Your job will be to research two different technologies and the business market competitors that use those technologies, and to make a recommendation on the technology solution that you feel would best position your store to expand its business. Select two of the following technologies to focus on in your business systems analysis paper:

· Big data and knowledge management

· Wireless, mobile computing, and mobile commerce

· Social computing

· Cloud computing

· Business analytics and business intelligence solutions

· Intelligent systems

I. Introduction: In this section, you will briefly introduce the small business from the case scenario, and the problem that it is trying to solve.

1.    Clearly state the problem that the business owner is seeking to solve. Be sure to address the question of what your business ultimately wants to do.

2.    Identify and briefly describe the two technologies from the list provided that you will research in your business systems analysis.

II. Business Requirements: In this section, you will determine what the business requirements are to solve the stated problem and establish the criteria that will help form your technology recommendations. You will also articulate why the business owner should undertake the project of integrating new technology.

1.    Explain the objectives of undertaking this project to integrate new technology. In other words, what should the project accomplish, and how does it support the goal of your business?

2.    Provide a project description that explains the purpose of the project. Be sure to address the following:

                                                  i.What does your business need to do to satisfy the objectives?

                                                ii.What are the desired results at the end of the project?

                                               iii.Why is it important for your business owner to consider implementing new technology?

3.    State the key technological requirements that will be required of any new technology in order to effectively solve your business’s problem. In other words, what specifically does the technology need to be capable of doing? (These are the technology requirements in the decision matrix.)

III. Competitors and Technology: In this section, you will describe two competing companies that operate in the same industry as your business. You will also explain how a company uses the two technologies that you are investigating to determine if the technology may be appropriate for your business to use. Remember that a list of competing companies was provided to you in the final project case scenario.

1.    Technology One: Select one company in the same industry as your own that uses this technology. Briefly describe what that company does and how it uses this technology to support its business in general. Include specific examples.

2.    Technology Two: Select one company in the same industry as your own that uses this technology. Briefly describe what that company does and how it uses this technology to support its business in general. Include specific examples.

3.    Referring to what you learned in your research on the companies above, explain one specific way in which one of the companies is benefitting from technology, and describe the potential benefit to your business if you were to adopt the same approach.

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

Ecommerce

information systems 210. How do I compose a awesome thesis statement. The project is to analyze what is needed (two technologies) from a small brick and mortar clothing store into Ecommerce, with online line ordering and payments all while keeping clients information private. The two technologies I choose were mobile computing and data knowledge

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