rice class : rice() fitter

Description

Get a new instance of rice class with initial value.

Syntax

new rice()

Arguments

None.

Return value

ClassDescription
riceA new instance of rice class with initial value.

Sample code

rice newRice = new rice();

Notes

The initial value is an instance that is initialized.

Links for reference

None.

Copyright © Rice All rights reserved.