what are some similarities and differences between writing a computer program in java and solving a math word problem?

Answers

Answer 1

But I can write code as quickly as a laser printer. It only took me a few minutes to build, test, and publish some code that I had just the other day—a function that is only used internally—to my website. So, while I struggle with the first, I naturally succeed with the second. Why? I am clueless.

What do you mean by computer program ?

Writing code to support certain activities in a computer, application, or software program and giving them instructions on how to do is known as computer programming. Computer programmers are experts who write and test code to provide instructions for computers to perform, allowing software and applications to run smoothly. From small laptops that can perform basic word processing and spreadsheet activities to highly complicated supercomputers that process millions of financial transactions every day and manage the infrastructure that supports contemporary living, computers are capable of incredible things. However, a computer cannot act until a programmer instructs it to do something. That is the fundamental idea behind computer programming.

To know more about computer program , visit

https://brainly.com/question/23275071

#SPJ4


Related Questions

The bus class simulates the activity of a bus. A bus moves back and forth along a single route, making stops along the way. The stops on the route are numbered consecutively starting from up to and including a number that is provided when the bus object is created. You may assume that the number of stops will always be greater than. The bus starts at the first stop and is initially heading toward the last stop. At each step of the simulation, the bus is at a particular stop and

Answers

The answer given below is  a possible implementation of the Bus class in Java.

What is bus?

A bus in computer and technology refers to a communication pathway or connection standard used to transfer data or information between different components or devices.

Here are a few examples:

System Bus

Expansion Bus

USB (Universal Serial Bus)

Data Bus

public class Bus {

   private int numStops;

   private int currentStop;

   private boolean headingTowardsLast;

   public Bus(int numStops) {

       this.numStops = numStops;

       this.currentStop = 1;

       this.headingTowardsLast = true;

   }

   public int getCurrentStop() {

       return currentStop;

   }

   public void move() {

       if (currentStop == 1) {

           headingTowardsLast = true;

       } else if (currentStop == numStops) {

           headingTowardsLast = false;

       }

       if (headingTowardsLast) {

           currentStop++;

       } else {

           currentStop--;

       }

   }

}

The Bus class has three instance variables: numStops, currentStop, and headingTowardsLast. numStops stores the total number of stops on the route, currentStop stores the index of the current stop that the bus is at, and headingTowardsLast indicates whether the bus is currently heading towards the last stop (i.e., true) or the first stop (i.e., false).

The constructor takes one argument, numStops, which is the number of stops on the route. It initializes currentStop to 1 and headingTowardsLast to true.

The getCurrentStop() method returns the index of the current stop.

The move() method updates the current stop and heading direction based on the current state of the bus. If the bus is at the first stop, it sets headingTowardsLast to true. If the bus is at the last stop, it sets headingTowardsLast to false. Then, depending on the current heading direction, it increments or decrements currentStop.

With this implementation, you can create instances of the Bus class and simulate their movement along the route by calling the move() method. You can retrieve the current stop index with the getCurrentStop() method. For example:

Bus bus1 = new Bus(3);

System.out.println(bus1.getCurrentStop()); // prints 1

bus1.move();

System.out.println(bus1.getCurrentStop()); // prints 2

bus1.move();

System.out.println(bus1.getCurrentStop()); // prints 3

bus1.move();

System.out.println(bus1.getCurrentStop()); // prints 2

bus1.move();

System.out.println(bus1.getCurrentStop()); // prints 1

This simulates a bus with a route that has 3 stops, moving back and forth along the route.

To know more about simulate visit:

https://brainly.com/question/28940547

#SPJ1

1. Software piracy in a corporate setting is rarely directly traceable to IT staff members? (True or False)

Answers

Please, Delete this answer.

True. Software piracy in a corporate setting is often perpetrated by employees who are not part of the IT staff, and the IT staff members may not be aware of such activities.

What is Software Piracy?

Software piracy in a corporate setting is a serious problem that can lead to legal and financial consequences for the organization.

It is defined as the unauthorized use, distribution, or reproduction of copyrighted software, and it can be perpetrated by anyone within the organization, including employees, contractors, and consultants.

While IT staff members may have access to software and may be responsible for installing and maintaining it, they are not always the ones who engage in software piracy.

In fact, many cases of software piracy in corporate settings are perpetrated by employees who are not part of the IT staff.

However, IT staff members play an important role in preventing software piracy in corporate settings.

They can help prevent software piracy by implementing effective policies, educating employees on the legal and ethical implications of software piracy, and monitoring software usage within the organization.

Overall, while IT staff members may not be the ones who engage in software piracy, they have an important role to play in preventing it within the organization.

By implementing effective policies, educating employees, and monitoring software usage, IT staff members can help ensure that the organization is using software legally and ethically.

To know more about Software Piracy, visit: https://brainly.com/question/20828627

#SPJ1

Match these step-by-step directions in the order that you will find them in this course.
1. tab name
second step
2. group name
third step
3. tool name
first step
Please help !!

Answers

Answer:

a table with sample values

a chart with sample values

Microsoft powerpoint is a powerful presentation tool. It has several tools and can be used to present even excel files, charts and other graphical data.

When a chart is created in powerpoint, the slide of the application shows a table and a chart with sample values.

Explanation:

someone repoted my answer sorry

Which of the following is listed on a high school transcript?
O A. Employment history
O B. Immunization information
O C. Club membership
O D. Sports participation

Answers

i would be b. i hope it helps

Identify the marketing relationship that the given scenario portrays. Matt’s band has released their first independent album at their own expense. They are planning a short tour in the Northwest of the United States, but they need transportation. Matt’s van is falling apart, so he is thinking about approaching a local dealership. Matt is looking for ___ . Quick please

Answers

Answer: the answer should be false pretense.

solve plz
Jenae helps maintain her school web site and needs to create a web site poll for students. Which tool will she use?

JavaScript
HTML
CSS
Text editor

Answers

Answer:

HTML

Explanation:

HTML is used is making web pages.

Answer:

what

Explanation:

The distance between two walls is called what?

Answers

Answer:

The Nikuradze mixing-length

Explanation:

Awnser: Mixing length

Patricia wants to write a program that will determine how many ice cream
cones are left over when the scoops of ice cream are divided by the
cones. Which operation will Patricia need to use?

Answers

Answer:

she will need to  use math what else?

iterations ?selection?

Explanation:

what sort of question si this

Answer:

modulus

Explanation:

what was the first intel processor introduced in 1970 called?

Answers

The first Intel® 4004 microprocessor was once produced on two-inch wafers in contrast to the 12-inch wafers oftentimes used for modern-day products.

The Intel 4004 microprocessor is special in that it is one of the smallest microprocessor designs that ever went into business production.

What was the first processor delivered in 1970 called?

Intel 4004

The Intel 4004 used to be the world's first microprocessor—a whole general-purpose CPU on a single chip.

Released in March 1971, and the use of modern-day silicon-gate technology, the 4004 marked the beginning of Intel's upward push to international dominance in the processor industry.

Learn more about introduced in 1970 called here;

https://brainly.com/question/14281000

#SPJ4

What is the biggest difference between Blender, Autodesk Maya, and 3DS Max? (1 point)​

Answers

Answer: Maya and Max are the products of AutoDesk, while Blender is a product of the Blender Foundation.

Explanation: The most basic difference between Maya, Max, and Blender is that Maya and Max are the products of AutoDesk, while Blender is a product of the Blender Foundation. Maya was originally a 3D animation and texturing software, and the modeling feature was later added to it.

Does anybody have the 4.2 Code Practice:Question 1 "Python"

Answers

Answer:bail

Explanation:

pls, help it's urgent... 44 points plsssssssssssssssss

Write an algorithm and Flowchart for reversing a Number eg. N=9486.

Answers

The steps to reverse a number is given below:

The Algorithm

Step 1 Start

step 2 Read a number n

Step 3 a=n/1000

step 4 calculate b=(n%1000)/100

step 5 calculate c= (n%100)/10

step 6 calculate d = n%10

step 7 calculate reverse = a+(b*10)+(c*100)+(d*1000)

step 8 display reverse

step 9 stop

Read more about algorithms here:

https://brainly.com/question/24953880

#SPJ1

This is a python program my teacher assigned:
Create a list of days of the week. (yes, this uses strings)
A) Print each day using a for loop.
B) for non-school days, print “freedom” next to the day of the week.

How would I execute this?

Answers

Answer:

#Create an array for week

week = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday","Sunday"]

#Create a varable index and use index to loop through week(array)

for index in week:

 #if the index is on Saturady or Sunday then, print freedom

 if index == "Saturday" or index == "Sunday":

   print(index + " Freedom")

#else just pint out the other days

 else:

   print(index)

monitor is hard copy output device??
false
true​

Answers

Answer:

false

Explanation:

monitor is an output device but not hard copy. Hard copy is paper

Analyze the following output public class Test{ public static void main(String args[]){ int[] x={1,2,3,4}; //here declare array x with 1 2 3 4 int[] y=x; //here copy the x array into y array x=new int[2]; //here reintilized the array size which is 2 for(int i=0;i<.length;i++){ //here now array length is 2 it iterates 2 times System.out.print(x[i]+" ");

Answers

Answer:

The C language code is a class called Test that accepts an array, duplicates it, reinitializes the first array to the first two items of the previous array, and loops through the array to print both items.

Explanation:

public class Test{

   public static void main(String args[]){

       int[] x={1,2,3,4};         //here declare array x with 1 2 3 4

       int[] y=x;                   //here copy the x array into y array

       x=new int[2];           //here reintilized the array size which is 2

       for(int i=0;i<.length;i++){    //here now array length is 2 it iterates 2 times

           System.out.print(x[i]+" ");

       }

}

Who is known as the "father of computing"?
Mention his contributions?​

Answers

Answer: Charles Babbage

Explanation:

He was named father of computing because of the invention of the Analytical Engine in 1837. This machine contained an integrated memory, a ALU (arithmetic logic unit) and a basic flow control. This machine gave birth to the notion of computer. Unfortunately, the machine wasn't built when Babbage was alive due to some funding issues.

Who is known as the "father of computing"?Mention his contributions?

Answer:

Charles Babbage is known as the father of computer...

Who is known as the "father of computing"?Mention his contributions?

PLEASE ANSWER ASAPPPPPP!!!
What is the function of virtualization?
A.
to run network devices over the internet
B.
to run an operating system on incompatible hardware
C.
to create a system without using any hardware
D.
to run one operating system inside another operating system
E.
to efficiently run hardware without overloading a system

Answers

Using virtualization software to create a virtualized environment for the operating systems to run in, one or more operating systems can be run on top of a physical host machine.

Does virtualization need hardware to operate?

The actual server parts, including the CPU, RAM, network, and disk drives, are found in the hardware layer, also known as the virtualized host. This is the actual virtualization-supporting hardware. An x86-based computer with one or more CPUs is necessary for the operation of all supported guest operating systems.

What use does brainly virtualization serve?

The act of constructing a virtual version of something, such as a virtual computer hardware platform, storage device, or computer network resource, is known as virtualization or virtualisation in computing.

To know more about software visit:-

https://brainly.com/question/1022352

#SPJ1

The desktop operating system described in this chapter all have an optional character mode . command line interface (

Answers

False. The desktop operating systems described in this chapter do not have an optional character mode command line interface.

These operating systems typically have a graphical user interface (GUI) as the primary mode of interaction, which provides a visual representation of the operating system and allows users to interact with it using a mouse, keyboard, and graphical elements such as windows, icons, and menus.

While some of these operating systems may provide a command line interface as an additional option for advanced users or specific tasks, it is not the default or primary mode of interaction.

Some desktop operating systems primarily rely on graphical user interfaces (GUIs) and may not provide a character mode command line interface as an option. It depends on the specific operating system and its design.

To read more about operating systems, visit:

https://brainly.com/question/22811693

#SPJ11

What is normally disabled by default on most Linux servers?
O TUI
O laas
O GUI
O Embedded Linux

Answers

The Option that is normally disabled by default on most Linux servers is GUI.

Is Linux an embedded OS?

Embedded Linux is known to be a kind of Linux operating system as well as a kernel that is set up to be place or installed and known to be used inside embedded devices as well as other appliances.

It is seen as a kind of compact type of Linux that gives features and services in line with the operating system.

Therefore, The one that is normally disabled by default on most Linux servers is GUI.

Learn more about GUI from

https://brainly.com/question/3692609

#SPJ1

please help 2 lazy to do! easy question

James Lyne: Everyday cybercrime -- and what you can do about it
can someone pls do a whole page reflection(at least 5 paragah) on this in your own words thx!

brainlist for who ever has the most words

Answers

Cybercriminals nowadays have product advertisements. You can go online and buy a hacking service to knock your business competitor offline. They also have crime packs with business intelligence reporting dashboards to manage the distribution of their malicious code. For example, the Black Hole Exploit Pack. It is responsible for nearly one-third of malware distribution in the last couple of quarters. It comes with technical installation guides, video setup routines, and technical support. You can email the cybercriminals, and they'll tell you how to set up your illegal hacking server. There are many ways you can get infected. If you plug in the USB key given by the attacker, after a couple of seconds, things start to happen on the computer on their own, usually a bad sign. This would, of course, normally happen in a couple of seconds, really, really quickly, but I've kind of slowed it down so you can see the attack occurring. Malware is very boring otherwise. So this is writing out the malicious code, and a few seconds later, on the left-hand side, you'll see the attacker's screen get some interesting new text. Go online, find these simple best practices, find out how to update and patch your computer. Get a secure password. Make sure you use a different password on each of your sites and services online. Find these resources. Apply them. As we adopt these new applications and mobile devices, as we play with these shiny new toys, how much are we trading off convenience for privacy and security? Next time you install something, look at the settings and ask yourself, "Is this information that I want to share? Would someone be able to abuse it?"

let a = (1,2,3,4,5,6,7) how many subsets of a contain exactly 5 elements

Answers

There are a total of 21 subsets of a that contain exactly 5 elements.

To find the number of subsets of a set with n elements, we can use the formula:

C(n,r) = n! / (r! * (n-r)!)

Where C(n,r) is the number of combinations of n things taken r at a time, n! is the factorial of n, and r! is the factorial of r.
In this case, we want to find the number of subsets of a with exactly 5 elements, so we can plug in n = 7 (the number of elements in a) and r = 5 into the formula:

C(7,5) = 7! / (5! * (7-5)!)

= 7! / (5! * 2!)

= (7 * 6 * 5 * 4 * 3 * 2 * 1) / (5 * 4 * 3 * 2 * 1 * 2 * 1)

= 42 / 2

= 21

Therefore, there are 21 subsets of a that contain exactly 5 elements.

Learn more about subsets and elements:https://brainly.com/question/13265691

#SPJ11

Evaluate the merits of a hard disk drive or a solid state drive to use as the secondary storage
in a laptop computer

Answers

SSDs have a higher processing speed, shorter read and write times, and low latency. This is because they use electrical circuitry and have no moving parts, unlike HDDs. SSDs are smaller and more power-efficient because they have no external mechanics or motors attached to the drive.  SSDs have a higher bandwidth than HDDs. A typical HDD will deliver a read/write speed of 80-160MB/s. On the other hand, a typical SSD will deliver read/write speed of between 200 MB/s to 550 MB/s.

SSDs are quite reliable, since they have no moving parts and because of this can withstand some level of extreme and harsh environments and may even withstand accidental drops, shocks, or vibration but they have a finite number of reads and write before they fail. SSDs have a higher cost per GB (For example, a 1 TB SSD Samsung 870 EVO costs ~$100 but a 1TB HDD Seagate BarraCuda costs ~$45. In this case, the SSD costs $0.1 per GB and the HDD costs $0.045 per GB) and could not store as much data as HDDs (Comercial SSDs have a storage capacity of 120 GB to 4 TB max, HDDs could go from 250 GB to 14 TB).

HDDs have a lower cost per GB and higher storage than SSDs. However, HDDs are VERY fragile, they could fail if they are handled roughly or dropped they could fail. They are less reliable due to the possibility of mechanical failure, like head crash and susceptibility to strong magnets. They generate heat, use more power, are heavier, higher latency, lower speed, and lower bandwidth. Finally, HDDs usually suffer from disk fragmentation, which means files are divided into pieces and scattered around the hard drive. This will slowdown speed and  because the File System have to search through different parts of the hard drive to put together a single file. The cause of disk fragmentation is the frequent creating, deleting, and modifying of files. To fix you need to defragment your HDDs regularly.

I hope this helps <3

Which of the gollowing aitomated home product congiguations might include internet of things (loT) connected devices?

Answers

A piece of furniture or electrical equipment for the home: The company makes home goods like humidifiers, vaporizers, and warmers.

Explain about the home product?

The products and goods utilized in houses are referred to as household goods. They are the movable and physical items, like beds and refrigerators, that are kept in a home's rooms.

Basic products are goods that are intended for export after being processed into finished goods or processed products; processed goods intended for export are also considered to be basic products.

We purchase and use household goods in our residences. They typically stand in for all of our personal belongings aside from our homes and cars. Kitchenware, furniture, clothes, bedding, literature, and tools are a few examples.

Good products must solve a real problem and have a strong value proposition. They also need to be simple to use, easy to comprehend, and able to get better and harder over time.

To learn more about Good products refer to:

https://brainly.com/question/25922327

#SPJ4

which address range could you assign to the default gateway to indicate a local router?

Answers

You could assign an IP address from the same address range as the local network to the default gateway to indicate a local router. The default gateway is the IP address of the device (usually a router) that connects a local network to other networks or the internet.

To assign an address range to the default gateway that indicates a local router, you should use a private IP address range. Private IP addresses are reserved for local networks and are not publicly routable. The three private IP address ranges are:
1. 10.0.0.0 to 10.255.255.255
2. 172.16.0.0 to 172.31.255.255
3. 192.168.0.0 to 192.168.255.255
To assign a default gateway, choose an IP address within one of these ranges and configure it on your router. Typically, the first IP address in the subnet is used as the default gateway, such as 192.168.0.1 or 10.0.0.1.

Learn more about router:https://brainly.com/question/24812743

#SPJ11

the position of an element in the periodic table depends on​

Answers

Answer:

Electrons

Explanation:

Hope it helps

for (int i = 0; i < N;i++) { for (int j =i+1;ji;j=j--) { sequence of statements h) for (int i=0;i< N;i++) { for (int j = 1; j

Answers

The time complexity of the code is O(N^2) because of the nested for loops.The code prints all the unique pairs of elements in the array A such that their sum is equal to K.

The time complexity of the code is O(N^2) because of the nested for loops.The code prints all the unique pairs of elements in the array A such that the absolute difference between them is equal to K. The time complexity of the code is O(N) because it has only one for loop. The code prints all the unique pairs of elements in the array A such that their difference is equal to K.The time complexity of the code is O(N^2) because of the nested for loops. The code prints all the unique pairs of elements in the array A such that their product is equal to K.

To learn more about code click on the link below:

brainly.com/question/15290251

#SPJ11

Which of the these is tool for creating mobile apps? A:C# B:Apple Pie C:Appy Pie D:C++​

Answers

Answer:

Appypie

Explanation:

Have a good day

The tool used for creating mobile apps is C#. The correct option is A.

What is C#?

C# is a multi-paradigm, broad sense programming language. C# programming areas of study encompassing static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming.

C++ is an intermediate-level language that extends C with object-oriented features, whereas C# is a high-level language.

C++ compiles programs to Machine Codes, whereas C# compiles programs to Common Language Runtime, abbreviated as CLR.

C# is a popular programming language for Windows desktop apps, enterprise solutions, and even game development, as the Unity game engine is built on it.

C# or F# can be used to create native apps for Android, iOS, and Windows (Visual Basic is not supported at this time).

Thus, the correct option is A.

For more details regarding programming language, visit:

https://brainly.com/question/14379391

#SPJ5

Design factors that are intended to help productivity by minimizing operator fatigue and discomfort are called
ergonomics. Which of the following is an example of a problem that could be caused by poor ergonomics?

1.poor programming technique

2. carpal tunnel syndrome

3. being unable to find the "save" command

4. the manual for an application not being useful

Answers

Number 1, poor programming technique

Answer:

1. poor programming technique

Explanation:

Which operating system is used by most the supercomputer system in the world

Answers

Answer:

Linux

Explanation:

Linux runs all of the top 500 supercomputers

1. (a) A computer enthusiast has a collection of 35 computers, on each of which he has installed at least one of Windows, Linux and Android operating systems. If 16 have Windows, 18 have Android, 12 have Linux, 6 have Windows and Android, 4 have Android and Linux and 3 have Windows and Linux, how many have Windows but neither of the other two operating systems? (5 marks)

Answers

The number of computers that have Windows but neither of the other two operating systems is 3.

Computers are available in the collection of a computer enthusiast. On each of these computers, one or more of the Windows, Linux, and Android operating systems have been installed. In total, there are 35 computers in the collection.There are 16 Windows computers in the collection. There are 18 Android computers in the collection. There are 12 Linux computers in the collection. There are 6 computers in the collection that run both Windows and Android. There are 4 computers in the collection that run both Android and Linux. Finally, there are 3 computers in the collection that run both Windows and Linux. We need to determine how many computers in the collection run Windows but neither of the other two operating systems. The Windows-only computers comprise those computers that are only running Windows and those computers that are running both Windows and another operating system, but not Linux or Android. Only 3 computers are running Windows and Linux, so there are no computers running Windows and neither Linux nor Android. Therefore, the number of computers that run Windows but neither of the other two operating systems is 3.

Learn more about Windows here:

https://brainly.com/question/33363536

#SPJ11

Other Questions
What is the poem I Know Why a caged bird Sings about? A $282,000 bond was redeemed at 98 when the carrying value of the bond was $274,950. The journal entry for the redemption would include aa.gain on bond redemption of $1,410.b.gain on bond redemption of $5,640.c.loss on bond redemption of $1,410.d.loss on bond redemption of $7,050 which of the following is not part of a neuron? multiple choice cell body dendrite axon neuroglia these are all parts of a neuron. The General Agreement on Tariffs and Trade (GATT) benefited the UnitedStates because it:A. ended the oil embargoes of the 1970s.B. reduced taxes on imports.C. increased economic pressure on rogue nations.D. maintained tariffs to protect U.S. industries. At one instant, a 17.5 -kg sled is moving over a horizontal surface of snow at 3.50 m/s. After 8.75s has elapsed, the sled stops. Use a momentum approach to find the average friction force acting on the sled while it was moving A stretched string is 120 cm long and has a linear density of 0.022 g/cm. What tension in the string will result in a second harmonic of 590 Hz What is a pepfar funding 1. Regardless of what some bankers may argue, bank regulationsaim to have good bank management and insure the solvency of thebanksSelect one:True or False2.Basel IV is a movement towards the inte Social ______ is defined as gaining unauthorized access to or obtaining confidential information by taking advantage of another person. If you mutated the laci gene resulting in a mutant lac repressor protein that could bind to the lac operator but not to allolactose, what would be the consequence for transcription of the lac operon?. which scenario exemplifies an individual in the external labor market A person is riding a bike at 20 miles per hour and starts to slow down producing a constant deceleration of 5 miles per hr. (a) (3 pts) How much time elapses before the bike stops? (b) (4 pts) What is the distance traveled before the bike comes to a stop? 3^(72x) = (1/27)^(8)Solve the exponential equation for x If a wave has a length of 1.2 m and a speed of 2000 m/s, what is the frequency? use the properties of equality to show that the equation 6x + 3 = 27 is equivalent to the equation 2x = 8. Last year Jos joined baseball in the spring, went to soccer camp in the summer, and plays football in the fall.Which is the best way to correct the error in this sentence?(1 point)O Changed went to had gone.O Change joined to joins.O Change plays to played.O Change went to goes. Draw a displacement-time sketch graph of a transverse wave on a rope with an amplitude of 0.25 metres and a time period of 1.6 seconds. How will the graph look if the frequency is doubled? Ashley spent half of her weekly allowance at the movies. To earn extra money, Ashleys parents let her clean the house windows for $8. What is Ashleys weekly allowance if she endedupwith$14? (ST): Argumentative WritingEven children can be harmed by TV shows and movies that make lifeseem unrealistically perfect. In one survey, published by Parents Today,children were asked about their own lives both before and afterwatching three episodes of Ronaldi, a show featuring an 11-year oldboy who flies his own helicopter to school and lives in a bedroom thatis also a skateboard park. Although they reported that they enjoyed theshow, the children, ages 8-13, ranked their own lives as less cool, fun,and interesting after watching the episodes. On the other hand,children who watched shows without unrealistically perfect characters- including T and the Rexes, a cartoon series about dinosaurs, andLittleton Street, a realistic program about a group of neighborhoodfriends - did not report any decrease in happiness with their own lives.Where in an argumentative essay would this excerpt most likely belong? Evaluate.3/8 -(-1/12)