G(-30)=2(-30)/3+3
g(-30)=(-60/3)+3
g(-30)=-20+3
g(-30)=-17
A perpetual inventory system is one that continuously tracks each withdrawal or addition to inventory. Perpetual inventory is a continuous accounting practise that records inventory changes in real time, eliminating the need for physical inventory, so that the book inventory accurately reflects the actual stock.
This system starts with a physical count as a baseline and updates based on purchases made in and shipments made out.
The perpetual system may be better suited for businesses with larger, more complex inventory levels and higher sales volumes. Grocery stores and pharmacies, for example, typically use perpetual inventory systems.
To know more about perpetual inventory system here-
brainly.com/question/15109233
#SPJ4
Answer:
misunderstood and no respect
Consider the following code segment. String[][] arr = {{"hello,", "hi,", "hey,"}, {"it's", "it is", "it really is"}, {"nice", "g
katrin2010 [14]
"Hi, it is great to get to see you again." would be printed when the code segment is executed.
<h3>The kinds of data type.</h3>
Basically , there are five (5) main recognized data types used in computer programming and these include the following:
- Floating point type (float).
<h3>What is a string?</h3>
A string can be defined as a data type which is commonly used for data values that contain ordered sequences of characters. Also, a string can either contain a single character or be entirely empty.
For instance, "Hello world" is a typical example of a string in computer programming.
Based on the given code segment, "Hi, it is great to get to see you again" would be printed when it is executed by using a compiler.
Read more on a string here: brainly.com/question/25619349